summary refs log tree commit diff stats
path: root/Cargo.toml
blob: 0375d48e6e3985dfb15fe34f792d8aea407d9c1a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "clinte"
version = "0.1.0"
authors = ["Ben Morrison <ben@gbmor.dev>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
chrono = "^0.4"
log = "^0.4"
rand = "^0.7"
rusqlite = "^0.20"
simplelog = "^0.7"