scs-rs/Cargo.toml
2023-04-29 06:29:36 +08:00

15 lines
380 B
TOML

[package]
name = "scs-rs"
version = "0.1.0"
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]