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

10 lines
219 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 = { path = "../../../crates/char" }