pleroma groups!!!!!! try it ->
https://piggo.space/hob
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.
28 lines
636 B
28 lines
636 B
4 years ago
|
[package]
|
||
|
name = "group"
|
||
|
version = "0.1.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 = { version = "0.22.0", features = ["toml"] }
|
||
|
elefren = { path = "../elefren22-fork", features = ["toml"] }
|
||
|
|
||
|
simple-logging = "2.0.2"
|
||
|
#elefren = { path = "../elefren-fork" }
|
||
|
log = "0.4.14"
|
||
|
serde = "1"
|
||
|
serde_json = "1"
|
||
|
smart-default = "0.6.0"
|
||
|
anyhow = "1"
|
||
|
clap = "2.33.0"
|
||
|
|
||
|
native-tls = "0.2.8"
|
||
|
websocket = "0.26.2"
|
||
|
|
||
|
#tokio = { version = "0.2.22", features = ["full"] }
|