RUFF/Cargo.toml
LordMZTE 0a3950af4f
Some checks failed
continuous-integration/drone/push Build is failing
bump version and use fixed matrix-sdk version
2021-07-08 20:31:57 +02:00

45 lines
937 B
TOML

[package]
name = "ruff"
version = "0.2.3"
authors = ["LordMZTE <lord@mzte.de>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0"
bincode = "1.3.3"
clap = "2.33.3"
env_logger = "0.8.4"
log = "0.4.13"
mime = "0.3.16"
mime_guess = "2.0.3"
rand = "0.8.4"
serde_json = "1.0.61"
sled = "0.34.6"
structopt = "0.3.21"
toml = "0.5.8"
[dependencies.jm_client_core]
#path = "/home/lordmzte/dev/jensmemesclient/jensmemesclient/jm_client_core"
git = "https://tilera.xyz/git/lordmzte/jensmemesclient.git"
package = "jm_client_core"
rev = "0d3a77"
[dependencies.matrix-sdk]
git = "https://github.com/matrix-org/matrix-rust-sdk.git"
tag = "0.3.0"
features = ["encryption"]
[dependencies.url]
version = "2.2.2"
features = ["serde"]
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.tokio]
version = "1.7.0"
features = ["macros"]