Drop root Cargo.toml to make usable as a submodule

This commit is contained in:
Christian Kamm 2022-07-27 08:39:44 +02:00
parent d102903441
commit 442c00634e
1 changed files with 0 additions and 21 deletions

View File

@ -1,21 +0,0 @@
[profile.release]
lto = true
[profile.release.package.anchor-cli]
codegen-units = 1
[workspace]
members = [
"cli",
"client",
"lang",
"lang/attribute/*",
"lang/derive/*",
"lang/syn",
"spl",
]
exclude = [
"tests/swap/deps/serum-dex",
"tests/cfo/deps/serum-dex",
"tests/permissioned-markets/deps/serum-dex",
]