feat: add incredibly basic features
This commit is contained in:
parent
298cda64f5
commit
ea6c94a584
6 changed files with 380 additions and 0 deletions
12
Cargo.toml
Normal file
12
Cargo.toml
Normal file
|
@ -0,0 +1,12 @@
|
|||
[package]
|
||||
name = "sesh"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.5.37", features = ["derive", "env"] }
|
||||
hostname = "0.4.1"
|
||||
users = "0.11.0"
|
||||
|
||||
[build-dependencies]
|
||||
roff = "0.2.2"
|
Loading…
Add table
Add a link
Reference in a new issue