Skip to content

Commit

Permalink
refactor(ensemble): separate from main rust package
Browse files Browse the repository at this point in the history
  • Loading branch information
egasimus committed Nov 7, 2023
1 parent 38d787d commit ee8c711
Show file tree
Hide file tree
Showing 21 changed files with 1,572 additions and 24 deletions.
8 changes: 1 addition & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,13 @@ description = "Tools and frequently used functionality for developing CosmWasm s
repository = "https://github.com/hackbg/fadroma"
readme = "README.md"
authors = [
# Core maintainers:
"Adam A. <[email protected]>",
"Asparuh Kamenov <[email protected]>",
"denismaxim0v <[email protected]>",

# Featuring contributions by:
"Chris Ricketts <[email protected]>",
"Tibor Hudik <[email protected]>",
"Wiz1991 <[email protected]>",
"hydropump3 <[email protected]>",

# SNIP-20 implementation based on:
"Itzik <[email protected]>"
]

Expand All @@ -32,10 +27,9 @@ all-features = true

[features]
scrt = ["secret-cosmwasm-std"]
scrt-staking = ["secret-cosmwasm-std/staking"]
permit = ["scrt", "ripemd", "sha2", "remain", "bech32"]
vk = ["scrt", "crypto", "subtle"]
ensemble = [ "oorandom", "anyhow" ]
ensemble-staking = [ "ensemble", "time/formatting", "staking" ]
crypto = ["rand_core", "rand_chacha", "sha2"]
snip20 = ["scrt", "permit", "vk"]

Expand Down
Loading

0 comments on commit ee8c711

Please sign in to comment.