Init 2025

This commit is contained in:
2025-12-01 13:50:08 +02:00
parent 20d6c6bff0
commit dc25916f7b
13 changed files with 1142 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
[package]
name = "{{project-name}}"
version = "0.1.0"
edition = "2024"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
itertools.workspace = true
nom.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true
miette.workspace = true
thiserror.workspace = true
[dev-dependencies]
divan.workspace = true
rstest.workspace = true
test-log.workspace = true
[[bench]]
name = "{{project-name}}-bench"
path = "benches/benchmarks.rs"
harness = false
[lints]
workspace = true