maple-chat/Cargo.toml

18 lines
350 B
TOML
Raw Normal View History

2023-04-29 22:14:52 +00:00
[workspace]
resolver = "2"
members = ["crates/maple-rpc"]
[workspace.dependencies]
maple-rpc = {path = "crates/maple-rpc"}
2023-04-20 15:03:25 +00:00
[package]
name = "maple-chat"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-04-21 14:24:56 +00:00
capnp = "0.16"
2023-04-29 22:14:52 +00:00
maple-rpc = {workspace = true}