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.
24 lines
751 B
24 lines
751 B
[package] |
|
name = "matrix-wol" |
|
version = "0.1.0" |
|
authors = ["Jan Christian Grünhage <jan.christian@gruenhage.xyz>"] |
|
edition = "2018" |
|
license = "AGPL-3.0-only" |
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
|
|
|
[dependencies] |
|
matrix-sdk = { git = "https://github.com/matrix-org/matrix-rust-sdk", rev = "8f99180c99ccd74803565fb36098389198091ded" } |
|
fern = "0.6.0" |
|
chrono = "0.4.19" |
|
tracing = { version = "0.1.21", features = ["log"] } |
|
tokio = { version = "0.2.22", features = ["rt-threaded", "macros", "time"] } |
|
url = "2.1.1" |
|
async-trait = "0.1.41" |
|
log = "0.4.11" |
|
toml = "0.5.7" |
|
serde = { version = "1.0.116", features = ["derive"] } |
|
anyhow = "1.0.33" |
|
clap = "2.33.3" |
|
regex = "1.4.1" |
|
lazy_static = "1.4.0"
|
|
|