Skip to content

Commit

Permalink
chore: remove unused cargo features vrfdkgp
Browse files Browse the repository at this point in the history
  • Loading branch information
ducphamle2 committed Sep 18, 2024
1 parent f20a1de commit 248a76a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
10 changes: 0 additions & 10 deletions package/base/vrfdkgp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
2 changes: 0 additions & 2 deletions package/base/vrfdkgp/Xargo.toml

This file was deleted.

0 comments on commit 248a76a

Please sign in to comment.