fb60236a54
* Bump activitystreams-derive from 0.1.0 to 0.1.1 * Bump tantivy from 0.9.1 to 0.10.1 * Bump rpassword from 3.0.2 to 4.0.1 * Bump num_cpus from 1.10.0 to 1.10.1 * Bump serde_qs from 0.4.6 to 0.5.0 * Bump stdweb-internal-runtime from 0.1.3 to 0.1.4 * [Security] Bump smallvec from 0.6.9 to 0.6.10 * Bump chrono from 0.4.6 to 0.4.7 * Bump bcrypt from 0.4.0 to 0.5.0 * Bump serde_json from 1.0.39 to 1.0.40 * Bump tokio from 0.1.21 to 0.1.22 * Bump scheduled-thread-pool from 0.2.0 to 0.2.2 * Bump stdweb from 0.4.14 to 0.4.18 * Bump hyper from 0.12.29 to 0.12.33 * Bump reqwest from 0.9.17 to 0.9.19 * Bump url from 1.7.2 to 2.1.0
25 lines
426 B
TOML
25 lines
426 B
TOML
[package]
|
|
name = "plume-cli"
|
|
version = "0.3.0"
|
|
authors = ["Plume contributors"]
|
|
|
|
[[bin]]
|
|
name = "plm"
|
|
path = "src/main.rs"
|
|
|
|
[dependencies]
|
|
clap = "2.33"
|
|
dotenv = "0.14"
|
|
rpassword = "4.0"
|
|
|
|
[dependencies.diesel]
|
|
features = ["r2d2", "chrono"]
|
|
version = "*"
|
|
|
|
[dependencies.plume-models]
|
|
path = "../plume-models"
|
|
|
|
[features]
|
|
postgres = ["plume-models/postgres", "diesel/postgres"]
|
|
sqlite = ["plume-models/sqlite", "diesel/sqlite"]
|