smoll_sha1/Cargo.toml
Joey Hines f8965810ec
Initial commit
+ Seems to be working, need to add more edge cases
+ Focus on performance profiling too
+ clippy + fmt
2023-09-20 20:17:50 -06:00

13 lines
218 B
TOML

[package]
name = "smoll_sha"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[profile.dev]
overflow-checks = false
[dependencies]