summaryrefslogtreecommitdiff
path: root/dichroism/Cargo.toml
blob: 1a4679b0f934c23839ba223946446a94b9f3ef36 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "dichroism"
version = "0.1.0"
authors = ["Adam T. Carpenter <atc@53hor.net>"]
edition = "2018"

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

[dependencies]
actix-web = "3"
base64 = "0.13"
diesel = { version = "1.4", features = [ "sqlite" ] }
env_logger = "0.7"
lazy_static = "1"
listenfd = "0.3"
log = "0.4"
regex = "1"
image = "0.23"