skadi/Cargo.toml

24 lines
522 B
TOML
Raw Normal View History

[package]
name = "skadi"
description = "A Discord-Matrix bridge."
version = "0.1.0"
authors = [ "Victor Mignot <dala@dalaran.fr>" ]
readme = "README.md"
repository = "https://git.sr.ht/~dala/skadi"
license = "AGPL-3.0-only"
edition = "2021"
[dependencies]
env_logger = "0.11.3"
log = "0.4.22"
matrix-sdk = "0.7.1"
serenity = "0.12.2"
tokio = { version = "1.38.1", features = ["macros", "rt-multi-thread"] }
[lints.rust]
unsafe_code = "forbid"
missing_docs = "warn"
[lints.clippy]
missing_docs_in_private_items = "warn"