mirror of
https://github.com/aljazceru/cdk.git
synced 2025-12-26 00:55:02 +01:00
29 lines
563 B
TOML
29 lines
563 B
TOML
[workspace]
|
|
members = [
|
|
"crates/*",
|
|
]
|
|
resolver = "2"
|
|
|
|
[workspace.package]
|
|
license = "MIT"
|
|
homepage = "https://github.com/cashubtc/cdk"
|
|
repository = "https://github.com/cashubtc/cdk.git"
|
|
version = "0.5.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.ci]
|
|
inherits = "dev"
|
|
incremental = false
|
|
lto = "off"
|
|
|
|
[workspace.metadata.crane]
|
|
name = "cdk-workspace"
|