Public release release-f8ee5fc25a1d
Source commit: f8ee5fc25a1d0fed1e59b3f34d534b395bf34dad Public tree identity: sha256:a428db3c520f7c0779135e36a841a5102ed26070519b696a146dbfa54514bd52
This commit is contained in:
commit
94d1716637
221 changed files with 81104 additions and 0 deletions
18
crates/clusterflux-sdk/Cargo.toml
Normal file
18
crates/clusterflux-sdk/Cargo.toml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
[package]
|
||||
name = "clusterflux-sdk"
|
||||
version = "0.1.0"
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
repository.workspace = true
|
||||
|
||||
[lib]
|
||||
name = "clusterflux"
|
||||
|
||||
[dependencies]
|
||||
base64.workspace = true
|
||||
clusterflux-core = { path = "../clusterflux-core" }
|
||||
clusterflux-control = { path = "../clusterflux-control" }
|
||||
clusterflux-macros = { path = "../clusterflux-macros" }
|
||||
futures-executor.workspace = true
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue