blob: d53f8618970a45280642bedbe02218ef79c1eb88 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[package]
name = "dichroism"
version = "0.1.0"
authors = ["Adam 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 = "2.0"
actix-rt = "1.0"
listenfd = "0.3"
|