crane for cached dep builds, clippy pedantic, extract paths module
This commit is contained in:
parent
4c17146b6f
commit
888eddf093
7 changed files with 167 additions and 80 deletions
|
|
@ -3,6 +3,10 @@ name = "damocles-daemon"
|
|||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[lints.clippy]
|
||||
pedantic = { level = "warn", priority = -1 }
|
||||
module_name_repetitions = "allow"
|
||||
|
||||
[dependencies]
|
||||
matrix-sdk = { version = "0.14", features = ["e2e-encryption", "sqlite"] }
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue