Files
cdk/integration_test/Cargo.toml
thesimplekid eaf339c4b0 typos
2023-04-25 22:17:11 -04:00

15 lines
382 B
TOML

[package]
name = "integration_test"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bitcoin = "0.30.0"
cashu-crab = {path = ".."}
tokio = { version = "1.28.0", features = ["full"] }
url = "2.3.1"
lightning-invoice = { version = "0.22.0", features=["serde"] }
serde_json = "1.0.96"