Skip to content

Commit

Permalink
Schema and deploy identity
Browse files Browse the repository at this point in the history
  • Loading branch information
ismellike committed Dec 13, 2024
1 parent c52b488 commit 70c684b
Show file tree
Hide file tree
Showing 4 changed files with 445 additions and 1 deletion.
5 changes: 4 additions & 1 deletion contracts/arena-discord-identity/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@
name = "arena-discord-identity"
edition.workspace = true
license.workspace = true
license-file.workspace = true
repository.workspace = true
version.workspace = true

[lib]
crate-type = ["cdylib", "rlib"]
doctest = false

[features]
# use library feature to disable all instantiate/execute/query exports
library = []
Expand Down
Loading

0 comments on commit 70c684b

Please sign in to comment.