summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: fac672efabde105ad46887320bc9c6363717af1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "roru"
version = "0.1.0"
authors = ["Jakob L. Kreuze <zerodaysfordays@sdf.org>"]
edition = "2018"

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

[dependencies]
anyhow = "1.0.31"
base64 = "0.12.1"
blake2 = "0.8"

[dependencies.rusqlite]
version = "0.21.0"
# features = ["bundled"]