maple-chat/Cargo.toml

15 lines
256 B
TOML

[package]
name = "maple-chat"
version = "0.1.0"
edition = "2021"
build = "src/build.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
capnp = "0.16"
[build-dependencies]
capnpc = "0.16"