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.
19 lines
566 B
19 lines
566 B
1 year ago
|
[package]
|
||
|
name = "matrix_piped_feed"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
serde = { version="1.0.130", features=["derive"] }
|
||
|
serde_json = "1.0.72"
|
||
|
tokio = { version="1.14.0", features=["full"] }
|
||
|
matrix-sdk = { version = "0.4.1", default-features = false, features=["native-tls"] }
|
||
|
rusqlite = "0.26.1"
|
||
|
isahc = "1.6.0"
|
||
|
feed-rs = "1.0.0"
|
||
|
chrono = "0.4.19"
|
||
|
regex = "1.5.4"
|
||
|
log = { version= "0.4.14", features=["release_max_level_warn"] }
|
||
|
simplelog = "0.11.0"
|