Added skeleton; works as basic up alias

This commit is contained in:
Random936
2024-09-22 18:30:57 -07:00
commit 121f6d6417
10 changed files with 144 additions and 0 deletions

9
Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[package]
name = "up"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
if-addrs = "0.13.3"