Initial commit: base95/220 and some other basics
This commit is contained in:
12
Cargo.toml
Normal file
12
Cargo.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[package]
|
||||
name = "rs-furc"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
authors = ["IceDragon <icedragon@quickfox.org>"]
|
||||
|
||||
[lib]
|
||||
name = "furc"
|
||||
path = "src/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.5.53", features = ["derive"] }
|
||||
Reference in New Issue
Block a user