mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2024-11-10 17:43:23 +01:00
11 lines
261 B
TOML
11 lines
261 B
TOML
[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]
|
|
sdk-proc = { path = "sdk_proc" }
|
|
futures-util = "0.3"
|
|
diflouroborane = { path = "../.." } |