This commit is contained in:
Winter Hille 2025-08-29 18:04:07 -07:00
commit cde73248ec
11 changed files with 1011 additions and 0 deletions

23
Cargo.toml Normal file
View 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 = []