matrix-ril100/Cargo.toml

18 lines
558 B
TOML

[package]
name = "matrix-ril100"
version = "0.1.0"
edition = "2021"
authors = ["Agatha V. Lovelace <agatha@technogothic.net>"]
description = "A matrix bot that looks up RIL100 codes and station names"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
dotenv = "0.15.0"
matrix-sdk = "0.6.2"
miette = { version = "5.9.0", features = ["fancy"] }
reqwest = { version = "0.11.18", features = ["json"] }
serde_json = "1.0.99"
tokio = { version = "1.29.0", features = ["full"] }
urlencoding = "2.1.2"