Source commit: ce2d9c9dc3979543dd4e40b29e7fba2d55cc8633 Public tree identity: sha256:168e259dfbcbf75b34d46c1c641fd448e474550988c1d2eda802826bf103c0bc
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
|