mirror of
https://github.com/aljazceru/cdk.git
synced 2026-01-07 06:56:07 +01:00
15 lines
286 B
TOML
15 lines
286 B
TOML
[package]
|
|
name = "cashu-rs"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[workspace]
|
|
members = ["integration_test"]
|
|
|
|
|
|
[dependencies]
|
|
minreq = { version = "2.7.0", features = ["json-using-serde", "https"] }
|
|
serde = { version = "1.0.160", features = ["derive"]}
|
|
thiserror = "1.0.40"
|
|
url = "2.3.1"
|