mirror of
https://git.asonix.dog/asonix/relay.git
synced 2024-11-13 05:01:06 +00:00
24 lines
616 B
TOML
24 lines
616 B
TOML
|
[package]
|
||
|
name = "ap-actix"
|
||
|
version = "0.1.0"
|
||
|
authors = ["asonix <asonix@asonix.dog>"]
|
||
|
edition = "2018"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
anyhow = "1.0"
|
||
|
actix = "0.10.0-alpha.2"
|
||
|
actix-web = { version = "3.0.0-alpha.1", features = ["openssl"] }
|
||
|
actix-rt = "1.0.0"
|
||
|
activitystreams = "0.5.0-alpha.5"
|
||
|
bb8-postgres = "0.4.0"
|
||
|
dotenv = "0.15.0"
|
||
|
futures = "0.3.4"
|
||
|
log = "0.4"
|
||
|
pretty_env_logger = "0.4.0"
|
||
|
serde = { version = "1.0", features = ["derive"] }
|
||
|
serde_json = "1.0"
|
||
|
thiserror = "1.0"
|
||
|
tokio = { version = "0.2.13", features = ["sync"] }
|