16 lines
450 B
TOML
16 lines
450 B
TOML
[package]
|
|
name = "scs-sdk-rs"
|
|
version = "0.2.1"
|
|
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" }
|