You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Plume/Cargo.toml

55 lines
1.2 KiB
TOML

[package]
authors = ["Bat' <baptiste@gelez.xyz>"]
name = "plume"
version = "0.1.0"
[dependencies]
activitypub = "0.1.1"
atom_syndication = "0.6"
colored = "1.6"
6 years ago
dotenv = "*"
failure = "0.1"
gettext-rs = "0.4"
heck = "0.3.0"
6 years ago
rpassword = "2.0"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
6 years ago
validator = "0.7"
validator_derive = "0.7"
webfinger = "0.3"
6 years ago
workerpool = "1.1"
6 years ago
[dependencies.diesel]
features = ["postgres", "r2d2", "chrono"]
6 years ago
version = "*"
[dependencies.plume-common]
path = "plume-common"
6 years ago
[dependencies.plume-models]
path = "plume-models"
[dependencies.rocket]
git = "https://github.com/SergioBenitez/Rocket"
rev = "df7111143e466c18d1f56377a8d9530a5a306aba"
[dependencies.rocket_codegen]
git = "https://github.com/SergioBenitez/Rocket"
rev = "df7111143e466c18d1f56377a8d9530a5a306aba"
6 years ago
[dependencies.rocket_contrib]
features = ["tera_templates", "json"]
git = "https://github.com/SergioBenitez/Rocket"
rev = "df7111143e466c18d1f56377a8d9530a5a306aba"
[dependencies.rocket_csrf]
branch = "plume"
6 years ago
git = "https://github.com/fdb-hiroshima/rocket_csrf"
[dependencies.rocket_i18n]
git = "https://github.com/BaptisteGelez/rocket_i18n"
rev = "5b4225d5bed5769482dc926a7e6d6b79f1217be6"
[workspace]
6 years ago
members = ["plume-models", "plume-common"]