-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
33 lines (29 loc) · 873 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[package]
name = "pusher-wsrs"
version = "0.1.0"
authors = ["Cody <[email protected]>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde_json = "1.0"
serde_with = { version = "1.11.0", features = ["json"] }
serde = { version = "1.0", features = ["derive"] }
erased-serde = "0.3"
actix = "0.10"
actix-web = "3"
actix-cors = "0.5"
actix-web-actors = "3"
actix-files = "0.3"
futures = "0.3.1"
rand = "0.7"
toml = "0.5"
log="0.4"
env_logger="0.8.3"
clap = "3.0.0-beta.2"
diesel = { version = "1.4.4", features = ["sqlite"] }
dotenv = "0.15.0"
pusher-credentials = {version = "0.1.0", path = "./crates/credentials"}
#tokio-stream = "0.1.1"
#tokio = { version = "1", features = ["full"] }
#futures = { version = "0.3", default-features = false, features = ["alloc"] }
#warp = "0.3"