First sketch of a Rust re-implementation.
This commit is contained in:
parent
890c19f1dc
commit
af21756cef
4 changed files with 486 additions and 1 deletions
7
Cargo.toml
Normal file
7
Cargo.toml
Normal file
|
@ -0,0 +1,7 @@
|
|||
[package]
|
||||
name = "joyful"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.5.42", features = ["derive"] }
|
Loading…
Add table
Add a link
Reference in a new issue