diff --git a/package/base/vrfdkgp/Cargo.toml b/package/base/vrfdkgp/Cargo.toml index c09e2168..e82024d6 100644 --- a/package/base/vrfdkgp/Cargo.toml +++ b/package/base/vrfdkgp/Cargo.toml @@ -5,19 +5,9 @@ license = "AGPL-3.0" name = "vrfdkgp" version = "0.1.0" -exclude = [ - # Those files are rust-optimizer artifacts. You might want to commit them for convenience but they should not be part of the source code publication. - "artifacts/", -] - # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html -[lib] -crate-type = ["cdylib", "rlib"] - [features] -# use library feature to disable all instantiate/execute/query exports -library = [] # for quicker tests, cargo test --lib # for more explicit tests, cargo test --features=backtraces backtraces = ["cosmwasm-std/backtraces"] diff --git a/package/base/vrfdkgp/Xargo.toml b/package/base/vrfdkgp/Xargo.toml deleted file mode 100644 index 6ee1c000..00000000 --- a/package/base/vrfdkgp/Xargo.toml +++ /dev/null @@ -1,2 +0,0 @@ -[dependencies] -std = { default-features = false }