2022-03-21 14:23:57 +01:00

12 lines
322 B
TOML

[package]
name = "hello_world"
version = "0.1.0"
edition = "2018"
publish = false
[dependencies]
ruma = { version = "0.5.0", path = "../../crates/ruma", features = ["client-api-c", "client-ext-client-api", "client-hyper-native-tls", "rand"] }
anyhow = "1.0.37"
tokio = { version = "1.0.1", features = ["macros", "rt"] }