[package] name = "chaz" version = "0.2.0" edition = "2021" authors = ["Patrick Jackson "] readme = "README.md" license = "MIT" description = "chaz" repository = "https://github.com/arcuru/chaz" homepage = "https://github.com/arcuru/chaz" [[bin]] name = "chaz" test = false [dependencies] headjack = "0.2.0" anyhow = "1" tokio = { version = "1.24.2", features = ["macros", "rt-multi-thread"] } tracing-subscriber = "0.3.15" matrix-sdk = "0.7.1" serde = { version = "1.0", features = ["derive"] } serde_yaml = "0.9" clap = { version = "4.2.1", features = ["derive"] } lazy_static = "1.4.0" regex = "1.10.3" dirs = "5.0.1"