feat(teipe): initial commit
This commit is contained in:
15
libxkbcommonrs/Cargo.toml
Normal file
15
libxkbcommonrs/Cargo.toml
Normal 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"] }
|
||||
Reference in New Issue
Block a user