Add initial project files including .gitignore, Cargo.toml, Cargo.lock, and main.rs

This commit is contained in:
2026-04-17 21:07:22 +08:00
commit 99f10a2629
4 changed files with 242 additions and 0 deletions

9
Cargo.toml Normal file
View File

@ -0,0 +1,9 @@
[package]
name = "FountainCode"
version = "0.1.0"
edition = "2024"
[dependencies]
fountain_engine = "1.1.1"
fountain_scheme = "1.0.1"
fountain_utility = "1.0.1"