fabaccess-bffh/api/Cargo.toml

17 lines
340 B
TOML
Raw Normal View History

2021-10-27 23:42:44 +02:00
[package]
name = "api"
version = "0.1.0"
edition = "2021"
2021-10-28 00:32:25 +02:00
build = "build.rs"
2021-10-27 23:42:44 +02:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2021-10-28 00:32:25 +02:00
capnp = "0.14.3"
capnpc = "0.14.4"
[build-dependencies]
capnpc = "0.14.4"
# Used in build.rs to iterate over all files in schema/
walkdir = "2.3.2"