first commit

This commit is contained in:
2024-02-06 23:35:52 +04:00
parent e18b31eece
commit 55b2c4ec56
16 changed files with 1676 additions and 43 deletions

View File

@@ -6,3 +6,6 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bitvec = "1.0.1"
gtk4 = "0.7.3"
tokio = { version = "1.0.0", features = ["rt", "rt-multi-thread", "macros"] }