+ Seems to be working, need to add more edge cases + Focus on performance profiling too + clippy + fmt
13 lines
218 B
TOML
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]
|
|
|