Some checks failed
CI / Linux x86_64 (Forgejo) (push) Failing after 1s
The old 'F∆I Platform' product name and platform@flemming.ai contact survived in docs/NOTICE/descriptions/help text; the product is Ch∆In and the contact is chain@flemming.ai. Generic 'cross-platform/platform-native' left untouched. Signed-off-by: flemming-it <sf@flemming.it>
23 lines
579 B
TOML
23 lines
579 B
TOML
[package]
|
|
name = "fai-module-sdk"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
homepage.workspace = true
|
|
rust-version.workspace = true
|
|
description = "Stable, ergonomic surface for writing Ch∆In modules in Rust"
|
|
|
|
[dependencies]
|
|
fai-module-sdk-macros = { path = "../fai-module-sdk-macros" }
|
|
serde = { workspace = true }
|
|
serde_json = { workspace = true }
|
|
thiserror = { workspace = true }
|
|
wit-bindgen = { workspace = true }
|
|
|
|
[dev-dependencies]
|
|
sha2 = { workspace = true }
|
|
|
|
[lints]
|
|
workspace = true
|