2022-05-06 17:21:16 +02:00

12 lines
322 B
TOML

[package]
name = "hello_world"
version = "0.1.0"
edition = "2018"
publish = false
[dependencies]
ruma = { version = "0.6.2", 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"] }