Good place

This commit is contained in:
2021-12-09 10:29:55 -06:00
commit a42dfb42ee
6 changed files with 515 additions and 0 deletions

16
Cargo.toml Normal file
View File

@@ -0,0 +1,16 @@
[package]
name = "xlr"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
calamine = "0.18.0"
chrono = "0.4.19"
rusqlite = "0.26.2"
smallvec = "1.7.0"
[profile.release]
lto = true
codegen-units = 1