chain-module-sdk-rust/crates/fai-module-sdk/Cargo.toml
flemming-it cd4457310b
Some checks failed
CI / Linux x86_64 (Forgejo) (push) Failing after 1s
docs: old product name F∆I Platform -> Ch∆In + contact chain@flemming.ai
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>
2026-06-16 10:14:27 +02:00

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