scs-rs/scs_rs/Cargo.toml

17 lines
450 B
TOML
Raw Normal View History

2023-04-30 19:48:01 +08:00
[package]
2023-04-30 20:14:04 +08:00
name = "scs-sdk-rs"
2023-04-30 20:48:42 +08:00
version = "0.2.1"
2023-04-30 19:48:01 +08:00
edition = "2021"
authors = ["LuoRain <luotianyi@luotianyi.me>"]
description = "Bindings for SCS Software SDK"
repository = "https://git.rainplus.org/LuoRain/scs-rs"
license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[build-dependencies]
bindgen = "0.65.1"
[dependencies]
scs-rs-proc-macros = { path = "../proc_macros", version = "0.1" }