fabaccess-bffh/modules/dummy/Cargo.toml

12 lines
230 B
TOML
Raw Normal View History

2022-01-05 21:56:32 +01:00
[package]
name = "dummy"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
crate-type = ["cdylib"]
[dependencies]
sdk = { path = "../sdk" }