forked from MightyPork/group-actor
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
698 B
31 lines
698 B
[package]
|
|
name = "fedigroups"
|
|
version = "0.2.0"
|
|
authors = ["Ondřej Hruška <ondra@ondrovo.com>"]
|
|
edition = "2018"
|
|
publish = false
|
|
build = "build.rs"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
#elefren = { path = "../elefren22-fork" }
|
|
elefren = { git = "https://git.ondrovo.com/MightyPork/elefren-fork.git", rev = "54a0e55" }
|
|
|
|
env_logger = "0.9.0"
|
|
|
|
log = "0.4.14"
|
|
serde = "1"
|
|
serde_json = "1"
|
|
anyhow = "1"
|
|
clap = "2.33.0"
|
|
tokio = { version = "1", features = ["full"] }
|
|
tokio-stream = "0.1.7"
|
|
thiserror = "1.0.26"
|
|
futures = "0.3"
|
|
voca_rs = "1.13.0"
|
|
regex = "1.5.4"
|
|
once_cell = "1.8.0"
|
|
|
|
native-tls = "0.2.8"
|
|
websocket = "0.26.2"
|
|
|