Skip to content

Commit

Permalink
update spec.
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanYuan committed Aug 23, 2024
1 parent bb09736 commit cf2db8b
Show file tree
Hide file tree
Showing 12 changed files with 2,062 additions and 5 deletions.
3 changes: 3 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions aggregator/util/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
ckb-gen-types = { path = "../../../util/gen-types", version = "= 0.116.1" }
ckb-hash = { path = "../../../util/hash", version = "= 0.116.1" }
ckb-types = { path = "../../../util/types", version = "= 0.116.1" }

molecule = { version = "0.7.5", default-features = false }
secp256k1 = { version = "0.24", features = ["recovery"] }
thiserror = "1.0"
1 change: 1 addition & 0 deletions aggregator/util/common/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#![allow(missing_docs)]

pub mod error;
pub mod schemas;
pub mod types;
pub mod utils;
Loading

0 comments on commit cf2db8b

Please sign in to comment.