2023-09-17 20:21:14 +03:00
|
|
|
[package]
|
2024-03-10 11:35:02 +03:00
|
|
|
name = "laboratory_works"
|
2023-09-17 20:21:14 +03:00
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2024-03-12 22:49:20 +03:00
|
|
|
adw = { version = "0.6.0", package = "libadwaita", features = ["v1_4"] }
|
2024-02-06 22:35:52 +03:00
|
|
|
bitvec = "1.0.1"
|
2024-03-10 11:35:02 +03:00
|
|
|
gtk4 = "0.8.1"
|
2024-07-19 22:27:23 +03:00
|
|
|
tokio = { version = "1.0.0", features = ["rt", "time", "rt-multi-thread", "macros"] }
|
|
|
|
|