feat: add crate swift-rs
This commit is contained in:
12
swift-rs/example/Cargo.toml
vendored
Normal file
12
swift-rs/example/Cargo.toml
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
[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"] }
|
||||
Reference in New Issue
Block a user