25 lines
730 B
TOML
25 lines
730 B
TOML
[package]
|
|
name = "beau-gosse-du-92"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
dioxus = "0.3.2"
|
|
sir = { version = "0.3.0", features = ["dioxus"] }
|
|
dioxus-desktop = "0.3.0"
|
|
# matrix-sdk = { version = "0.6.2", features = ["js"] }
|
|
matrix-sdk = { git = "https://github.com/matrix-org/matrix-rust-sdk.git", branch = "main" , features = ["js"]}
|
|
anyhow = "1.0.71"
|
|
url = "2.4.0"
|
|
tokio = "1.29.1"
|
|
dirs = "5.0.1"
|
|
ctrlc-async = "3.2.2"
|
|
tracing-subscriber = "0.3.17"
|
|
dioxus-free-icons = { version = "0.6.0", features = ["material-design-icons-navigation", "ionicons"] }
|
|
thiserror = "1.0.44"
|
|
|
|
[build]
|
|
target = "x86_64-unknown-linux-gnu"
|