fabaccess-bffh/api/Cargo.toml
Nadja Reitzenstein 150b2e68d9 More fragmentation
2021-10-28 00:32:25 +02:00

17 lines
340 B
TOML

[package]
name = "api"
version = "0.1.0"
edition = "2021"
build = "build.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
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"