mirror of
https://github.com/aljazceru/cdk.git
synced 2025-12-25 16:44:46 +01:00
32 lines
637 B
TOML
32 lines
637 B
TOML
[workspace]
|
|
members = [
|
|
"crates/cdk",
|
|
]
|
|
resolver = "2"
|
|
|
|
[workspace.package]
|
|
license = "MIT"
|
|
homepage = "https://github.com/cashu/cdk"
|
|
repository = "https://github.com/cashu/cdk.git"
|
|
rust-version = "1.70.0" # MSRV
|
|
|
|
[workspace.metadata]
|
|
authors = ["CDK Developers"]
|
|
edition = "2021"
|
|
description = "Cashu Development Kit"
|
|
readme = "README.md"
|
|
repository = "https://github.com/cashu/cdk"
|
|
license-file = "LICENSE"
|
|
keywords = ["bitcoin", "e-cash", "cashu"]
|
|
|
|
[workspace.dependencies]
|
|
tokio = { version = "1.32", default-features = false }
|
|
|
|
[profile]
|
|
|
|
[profile.ci]
|
|
inherits = "dev"
|
|
incremental = false
|
|
debug = "line-tables-only"
|
|
lto = "off"
|