char/examples/service/char_plan/Cargo.toml
2023-02-20 22:06:21 +01:00

10 lines
227 B
TOML

[package]
name = "char_plan"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
char_sdk = { path = "../../../crates/char_sdk" }