23 lines
571 B
TOML
23 lines
571 B
TOML
[package]
|
|
name = "matrix-modbot"
|
|
authors = ["David (Peiran) Dai https://www.gitlab.com/david-0609"]
|
|
version = "0.1.0"
|
|
edition="2021"
|
|
|
|
[profile.release]
|
|
strip = true
|
|
lto = true
|
|
codegen-units = 1
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
matrix-sdk = { git = "https://github.com/matrix-org/matrix-rust-sdk" }
|
|
tokio = { version = "1.21.2", features = ["full"] }
|
|
# reqwest = { version = "0.11", features = ["json"] }
|
|
configparser = "3.0.2"
|
|
# anyhow = "1.0"
|
|
log = "0.4.17"
|
|
sled = "0.34.7"
|
|
chrono = "0.4"
|