af225a42d0
* Updating lemmy-js-client. * Fix prod deploy script and clippy * Try using buster. * Using more generic and updated images. * again. * again. * Try alternate env * again. * again. * Version 0.11.4-rc.24 * again. * Better old_tag * Version 0.11.4-rc.27 * Updating cargo.lock * Trying to run a cargo check to update the lock * Version 0.11.4-rc.28
19 lines
699 B
TOML
19 lines
699 B
TOML
[package]
|
|
name = "lemmy_apub_lib"
|
|
version = "0.11.4-rc.28"
|
|
edition = "2018"
|
|
description = "A link aggregator for the fediverse"
|
|
license = "AGPL-3.0"
|
|
|
|
[dependencies]
|
|
lemmy_utils = { version = "=0.11.4-rc.28", path = "../utils" }
|
|
lemmy_websocket = { version = "=0.11.4-rc.28", path = "../websocket" }
|
|
lemmy_apub_lib_derive = { version = "=0.11.4-rc.28", path = "../apub_lib_derive" }
|
|
activitystreams = "0.7.0-alpha.11"
|
|
serde = { version = "1.0.127", features = ["derive"] }
|
|
async-trait = "0.1.51"
|
|
url = { version = "2.2.2", features = ["serde"] }
|
|
serde_json = { version = "1.0.66", features = ["preserve_order"] }
|
|
anyhow = "1.0.41"
|
|
reqwest = { version = "0.11.4", features = ["json"] }
|
|
log = "0.4.14"
|