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
13
examples/hello-build/Cargo.toml
Normal file
13
examples/hello-build/Cargo.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[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" }
|
||||
Loading…
Add table
Add a link
Reference in a new issue