Cargo.toml (734B)
1 [package] 2 name = "lsc_matrix_presets" 3 version = "0.1.0" 4 authors = ["MTRNord <mtrnord1@gmail.com>"] 5 edition = "2018" 6 7 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 8 9 [dependencies] 10 matrix-sdk = {git = "https://github.com/matrix-org/matrix-rust-sdk.git", rev = "8f99180c99ccd74803565fb36098389198091ded"} 11 matrix-sdk-common-macros = {git = "https://github.com/matrix-org/matrix-rust-sdk.git", rev = "8f99180c99ccd74803565fb36098389198091ded"} 12 url = "2.1.1" 13 async-trait = "0.1.41" 14 tracing = "0.1" 15 tracing-subscriber = "0.2" 16 tokio = { version = "0.2", features = ["full"] } 17 futures-util = "0.3.7" 18 color-eyre = "0.5" 19 once_cell = "1.5.2" 20 users = "0.11.0" 21 serde = "1.0" 22 serde_yaml = "0.8.13"