aboutsummaryrefslogtreecommitdiff
path: root/backend/Cargo.toml
blob: 0c01af77ed97fe5a3ba3b4ff01a398db95e27022 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "notekins_cgi"
version = "0.1.0"
edition = "2021"

[dependencies]
chrono = "0.4.38"
memmap = "0.7.0"
regex = "1.10.5"
tzfile = "0.1.3"

[profile.release]
lto = true