Skip to content

Commit

Permalink
chore: update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
nishuzumi committed Mar 24, 2024
1 parent 0f0571c commit 29f95af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
[package]
name = "collider"
version = "0.1.0"
authors = ["BoxMrChen"]
authors = ["BoxMrChen <boxmrchen@fastmail.com>"]
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"] }
Expand Down
4 changes: 2 additions & 2 deletions atomicals-electrumx/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
authors = ["Xavier Lau <xavier@inv.cafe>"]
authors = ["Xavier Lau <xavier@inv.cafe>","BoxMrChen <boxmrchen@fastmail.com>"]
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
Expand Down

0 comments on commit 29f95af

Please sign in to comment.