Initial commit: base95/220 and some other basics

This commit is contained in:
2026-01-14 18:33:21 +02:00
commit 1727cb9c55
10 changed files with 1158 additions and 0 deletions

12
Cargo.toml Normal file
View 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"] }