clusterflux-public/examples/hello-build/Cargo.toml
2026-07-21 20:36:04 +02:00

13 lines
283 B
TOML

[package]
name = "hello-build"
version = "0.1.0"
edition.workspace = true
license.workspace = true
repository.workspace = true
publish = false
[lib]
crate-type = ["rlib", "cdylib"]
[dependencies]
clusterflux = { package = "clusterflux-sdk", path = "../../crates/clusterflux-sdk" }