rmenu/plugin-network/Cargo.toml

25 lines
793 B
TOML
Raw Normal View History

2023-08-15 00:44:40 +02:00
[package]
2023-08-15 02:42:23 +02:00
name = "network"
2023-08-15 02:07:01 +02:00
version = "0.0.1"
2023-08-15 00:44:40 +02:00
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.72"
async-std = "1.12.0"
clap = { version = "4.3.21", features = ["derive"] }
2024-03-02 21:20:07 +01:00
dioxus = "0.4.3"
dioxus-desktop = "0.4.3"
2023-08-15 00:44:40 +02:00
dioxus-free-icons = { version = "0.7.0", features = ["font-awesome-regular"] }
2024-03-02 21:20:07 +01:00
dioxus-html = "0.4.3"
2023-08-15 00:44:40 +02:00
env_logger = "0.10.0"
futures-channel = "0.3.28"
2024-03-02 21:20:07 +01:00
glib = { git = "https://github.com/gtk-rs/gtk-rs-core", rev = 'cab7e1c549675cbe98af461ebbcc04c33c8f1295' }
2023-08-15 00:44:40 +02:00
keyboard-types = "0.6.2"
log = "0.4.20"
2024-03-02 21:20:07 +01:00
nm = { git = "https://github.com/imgurbot12/libnm-rs.git", version = "0.4.0" }
2023-08-15 00:44:40 +02:00
once_cell = "1.18.0"
rmenu-plugin = { version = "0.0.2", path = "../rmenu-plugin" }
2023-08-15 00:44:40 +02:00
serde_json = "1.0.104"