diff options
| author | steven-vd <steven@vandorp.lu> | 2026-08-16 15:00:32 +0200 |
|---|---|---|
| committer | steven-vd <steven@vandorp.lu> | 2026-08-17 09:31:42 +0200 |
| commit | ee081ca70322cd01d0642fdb1860e6bfbfb48e85 (patch) | |
| tree | 295fdba93b08b24562c6d49e971bbf3425eac50c /benchmarks/quick-xml/Cargo.toml | |
Diffstat (limited to 'benchmarks/quick-xml/Cargo.toml')
| -rw-r--r-- | benchmarks/quick-xml/Cargo.toml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/benchmarks/quick-xml/Cargo.toml b/benchmarks/quick-xml/Cargo.toml new file mode 100644 index 0000000..fb1a66b --- /dev/null +++ b/benchmarks/quick-xml/Cargo.toml @@ -0,0 +1,14 @@ +[package] +name = "quick-xml-bench" +version = "0.1.0" +edition = "2024" + +[dependencies] +quick-xml = "0.41.0" + +[profile.release] +opt-level = 3 +lto = true +codegen-units = 1 +panic = "abort" + |
