init: initial commit with basic command handling
This commit is contained in:
commit
ad75f01112
7 changed files with 801 additions and 0 deletions
9
Cargo.toml
Normal file
9
Cargo.toml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[package]
|
||||
name = "irs"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.100"
|
||||
clap = { version = "4.5.48", features = ["derive"] }
|
||||
tokio = { version = "1.47.1", features = ["full"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue