about summary refs log tree commit diff
path: root/stats_module/Cargo.toml
blob: 95b6d41b18e393ed7087b8627906b3ca2ad03f87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[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"
smalldog = { path = "../smalldog" }