retrix/Cargo.toml

12 lines
361 B
TOML
Raw Normal View History

2020-11-23 07:52:07 +01:00
[package]
name = "retrix"
version = "0.1.0"
authors = ["Amanda Graven <amanda@amandag.net>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2020-11-23 17:18:05 +01:00
iced = { version = "0.1", features = ["debug"] }
2020-11-23 07:52:07 +01:00
matrix-sdk = { git = "https://github.com/matrix-org/matrix-rust-sdk", rev = "27c6f30" }