Skip to content

Commit 3cc56c4

Browse files
committed
Added Cargo file with definition of workspaces
1 parent 33658f4 commit 3cc56c4

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

Cargo.toml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[workspace]
2+
members = [
3+
"contracts/token/erc20",
4+
"contracts/token/erc721",
5+
"contracts/token/erc1155",
6+
"contracts/access/ownable",
7+
"contracts/access/access-control",
8+
"contracts/utils",
9+
]
10+
exclude = [
11+
"examples",
12+
]
13+
14+
[profile.release]
15+
panic = "abort"
16+
lto = true

0 commit comments

Comments
 (0)