initial
This commit is contained in:
commit
cde73248ec
11 changed files with 1011 additions and 0 deletions
18
sys/Cargo.toml
Normal file
18
sys/Cargo.toml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
[package]
|
||||
name = "ggwave-sys"
|
||||
version = "0.0.1"
|
||||
edition.workspace = true
|
||||
build = "build.rs"
|
||||
|
||||
[dependencies]
|
||||
libc = "0.2"
|
||||
|
||||
[build-dependencies]
|
||||
bindgen = "0.72"
|
||||
|
||||
[dev-dependencies]
|
||||
shell-words = "1.0.0"
|
||||
tempfile = "3"
|
||||
|
||||
[features]
|
||||
default = []
|
||||
Loading…
Add table
Add a link
Reference in a new issue