jotdown/bench/input/Cargo.toml
Noah Hellman 6ce49e1a71 add bench input crate
generate const strings to use as input in benchmarks
2023-02-14 21:51:23 +01:00

7 lines
89 B
TOML

[package]
name = "bench-input"
version = "0.1.0"
edition = "2021"
[lib]
path = "lib.rs"