mirror of
https://github.com/aljazceru/cdk.git
synced 2025-12-24 08:05:02 +01:00
30 lines
577 B
TOML
30 lines
577 B
TOML
[workspace]
|
|
members = [
|
|
"bindings/cdk-js",
|
|
"crates/*",
|
|
]
|
|
resolver = "2"
|
|
|
|
[workspace.package]
|
|
license = "MIT"
|
|
homepage = "https://github.com/cashubtc/cdk"
|
|
repository = "https://github.com/cashubtc/cdk.git"
|
|
rust-version = "1.63.0" # MSRV
|
|
version = "0.3.0"
|
|
|
|
[workspace.metadata]
|
|
authors = ["CDK Developers"]
|
|
edition = "2021"
|
|
description = "Cashu Development Kit"
|
|
readme = "README.md"
|
|
repository = "https://github.com/cashubtc/cdk"
|
|
license-file = "LICENSE"
|
|
keywords = ["bitcoin", "e-cash", "cashu"]
|
|
|
|
[profile]
|
|
|
|
[profile.ci]
|
|
inherits = "dev"
|
|
incremental = false
|
|
lto = "off"
|