Files
tiny-encrypt-rs/swift-rs/example/Cargo.toml

13 lines
276 B
TOML
Vendored

[package]
name = "example"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
swift-rs = { path = "../" }
[build-dependencies]
swift-rs = { path = "../", features = ["build"] }