diff --git a/Cargo.toml b/Cargo.toml index 79a420e..5f24e21 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,21 +1,20 @@ [package] name = "collider" version = "0.1.0" -authors = ["BoxMrChen"] +authors = ["BoxMrChen "] readme = "README.md" repository = "https://github.com/nishuzumi/collider" edition = "2021" [workspace] members = ['atomicals-electrumx'] -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [[bin]] name = "collider" path = "src/main.rs" [dependencies] -atomicals-electrumx = { path = './atomicals-electrumx' } +atomicals-electrumx = {version = "0.2.1", path = 'atomicals-electrumx' } bitcoin = "0.31.1" eyre = "0.6.12" tokio = { version = "1.35", features = ["macros", "rt-multi-thread"] } diff --git a/atomicals-electrumx/Cargo.toml b/atomicals-electrumx/Cargo.toml index 22e4643..8117f93 100644 --- a/atomicals-electrumx/Cargo.toml +++ b/atomicals-electrumx/Cargo.toml @@ -1,12 +1,12 @@ [package] -authors = ["Xavier Lau "] +authors = ["Xavier Lau ","BoxMrChen "] description = "Atomicals electrumx APIs." edition = "2021" homepage = "https://hack.ink/atomicalsir" license = "GPL-3.0" name = "atomicals-electrumx" repository = "https://github.com/hack-ink/atomicalsir" -version = "0.2.0" +version = "0.2.1" [dependencies] # crates.io