feat: add crate swift-rs

This commit is contained in:
2023-12-09 10:17:41 +08:00
parent d36c06f461
commit 215b75d6da
35 changed files with 2489 additions and 2 deletions

12
swift-rs/example/Cargo.toml vendored Normal file
View 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"] }