feat(teipe): initial commit

This commit is contained in:
2024-08-18 17:43:59 +02:00
commit 7f2dac5a61
30 changed files with 3390 additions and 0 deletions

15
libxkbcommonrs/Cargo.toml Normal file
View File

@@ -0,0 +1,15 @@
[package]
name = "libxkbcommonrs"
version = "0.1.0"
edition = "2021"
[build-dependencies]
bindgen = { workspace = true, features = ["experimental"] }
anyhow.workspace = true
cc = "1.1"
convert_case = "0.6"
[dependencies]
tokio = { workspace = true, features = ["rt", "net"] }
tokio-stream = { workspace = true }
log = { workspace = true, features = ["kv"] }