Files
cdk/integration_test/Cargo.toml
2023-04-25 21:54:24 -04:00

15 lines
380 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-rs = {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"