Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
dav009 committed Dec 15, 2021
1 parent e407b99 commit 29d0ef8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions ergo-chain-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,11 @@ crate-type = ["cdylib", "rlib"]
[dependencies]
k256 = { version = "0.9.6", features = ["zeroize", "arithmetic", "ecdsa"] }
base16 = "0.2.1"
#thiserror = "1"
derive_more = "0.99"
sigma-ser = { version = "^0.3.0", path = "../sigma-ser" }
elliptic-curve = {version = "0.10.6", features = ["zeroize", "ff"]}
proptest-derive = {version = "0.3.0", optional = true }
num-bigint = "0.4.0"
#ergotree-ir = { version = "^0.14.0", path = "../ergotree-ir", features = ["arbitrary"] }
#serde = { version = "1.0", features = ["derive"], optional = true }
#serde_json = { version = "1.0", optional = true }

[dependencies.proptest]
# wasm support, via https://altsysrq.github.io/proptest-book/proptest/wasm.html
Expand All @@ -41,9 +37,7 @@ version = "1.9.1"
features = [ "json" ]
optional = true


[dev-dependencies]
sigma-test-util = { version = "^0.3.0", path = "../sigma-test-util" }
rand = "0.8.3"
pretty_assertions = "0.7.2"

Expand Down
1 change: 0 additions & 1 deletion ergo-chain-types/src/serialization.rs

This file was deleted.

0 comments on commit 29d0ef8

Please sign in to comment.