initial
This commit is contained in:
commit
cde73248ec
11 changed files with 1011 additions and 0 deletions
23
Cargo.toml
Normal file
23
Cargo.toml
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
[workspace]
|
||||
resolver = "2"
|
||||
members = ["sys"]
|
||||
|
||||
[workspace.package]
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
|
||||
[package]
|
||||
name = "ggwave"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
||||
[dependencies]
|
||||
bitflags = "2.9"
|
||||
ggwave-sys.path = "sys"
|
||||
libc = "0.2"
|
||||
|
||||
[features]
|
||||
default = []
|
||||
less_protocls = []
|
||||
Loading…
Add table
Add a link
Reference in a new issue