char/examples/service/char_plan/Cargo.toml

10 lines
227 B
TOML
Raw Normal View History

2023-01-21 15:08:55 +01:00
[package]
2023-02-20 21:35:19 +01:00
name = "char_plan"
2023-01-21 15:08:55 +01:00
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-02-20 22:06:21 +01:00
char_sdk = { path = "../../../crates/char_sdk" }