about summary refs log tree commit diff
path: root/stats_module/Cargo.toml
blob: ea0f965dfbd4e00dfdf473d0bfecd117a1506d90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "stats_module"
version = "0.1.0"
edition = "2024"

[lib]
name = "stats"
crate-type = ["cdylib"]

[dependencies]
rusqlite = { version = "0.34.0", features = ["bundled", "time"] }
time = "0.3.40"