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.
 
 
group-actor/Cargo.toml

28 lines
679 B

[package]
name = "fedigroups"
version = "0.4.3"
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 = "b10e5935ae32f4756b19e9ca58b78a5382f865d1" }
env_logger = "0.11.8"
log = "0.4.27"
serde = "1"
serde_json = "1"
anyhow = "1"
clap = "3"
tokio = { version = "1", features = ["full"] }
thiserror = "2.0.12"
futures = "0.3"
voca_rs = "1.15.2"
regex = "1.11.1"
once_cell = "1.21.3"
json5 = "0.4.1"