This commit is contained in:
2024-05-09 09:52:52 -10:00
parent 2460a7dbeb
commit a396c43e71
4 changed files with 397 additions and 0 deletions

9
Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[package]
name = "lzf1"
version = "0.1.0"
edition = "2021"
debug = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
fixed="1.27.0"