fabaccess-bffh/api/Cargo.toml

21 lines
383 B
TOML
Raw Normal View History

2021-10-27 23:42:44 +02:00
[package]
name = "api"
2022-03-10 20:52:03 +01:00
version = "0.3.1"
2021-10-27 23:42:44 +02:00
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
2021-12-01 17:12:57 +01:00
[features]
generated = []
gen_static = []
2021-10-27 23:42:44 +02:00
[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/
2022-03-10 20:52:03 +01:00
walkdir = "2.3.2"