13 lines
286 B
TOML
13 lines
286 B
TOML
[package]
|
|
name = "clusterflux-control"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
serde_json.workspace = true
|
|
thiserror.workspace = true
|
|
|
|
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
|
ureq.workspace = true
|