18 lines
537 B
TOML
18 lines
537 B
TOML
[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]
|
|
anyhow = "1.0"
|
|
dirs-next = "2.0"
|
|
iced = { git = "https://github.com/hecrj/iced", rev = "fc4270f", features = ["debug", "tokio"] }
|
|
hostname = "0.3"
|
|
matrix-sdk = { git = "https://github.com/matrix-org/matrix-rust-sdk", rev = "27c6f30" }
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
tokio = "0.2"
|
|
toml = "0.5"
|