fabaccess-bffh/modules/sdk/Cargo.toml

11 lines
261 B
TOML
Raw Normal View History

2021-10-27 23:20:35 +02:00
[package]
name = "sdk"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2021-12-17 16:43:31 +01:00
sdk-proc = { path = "sdk_proc" }
futures-util = "0.3"
2021-12-17 16:43:31 +01:00
diflouroborane = { path = "../.." }