File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[package ]
22name = " netmgr"
3- version = " 1.0.0-b-unstable1 "
4- edition = " 2024 "
3+ version = " 0. 1.0-beta.1 "
4+ edition = " 2021 "
55authors = [" Rimaki <rimaki@rimakiproject.online>" ]
66description = " Cross-platform network management tool"
77license = " MIT"
8- repository = " https://github.com/yourusername /netmgr"
8+ repository = " https://github.com/RimakiTaema /netmgr"
99
1010[[bin ]]
1111name = " netmgr"
@@ -34,6 +34,18 @@ env_logger = "0.10"
3434crossterm = { version = " 0.27" , features = [" event-stream" ] }
3535dirs = " 5.0"
3636
37+ # Time handling
38+ chrono = { version = " 0.4" , features = [" serde" ] }
39+
40+ # System utilities
41+ which = " 6.0"
42+ libc = " 0.2"
43+
44+ # Common networking
45+ socket2 = " 0.5"
46+ ipnet = " 2.9"
47+ mac_address = " 1.1"
48+
3749# Networking - Linux
3850[target .'cfg(target_os = "linux")' .dependencies ]
3951netlink-packet-route = " 0.17"
@@ -57,11 +69,6 @@ windows = { version = "0.52", features = [
5769system-configuration = " 0.5"
5870core-foundation = " 0.9"
5971
60- # Common networking
61- socket2 = " 0.5"
62- ipnet = " 2.9"
63- mac_address = " 1.1"
64-
6572[dev-dependencies ]
6673tempfile = " 3.8"
6774
You can’t perform that action at this time.
0 commit comments