15 lines
279 B
TOML
15 lines
279 B
TOML
|
[package]
|
||
|
name = "git-next-actor-macros"
|
||
|
version = { workspace = true }
|
||
|
edition = { workspace = true }
|
||
|
|
||
|
[dependencies]
|
||
|
# Actors
|
||
|
actix = { workspace = true }
|
||
|
|
||
|
[lints.clippy]
|
||
|
nursery = { level = "warn", priority = -1 }
|
||
|
# pedantic = "warn"
|
||
|
unwrap_used = "warn"
|
||
|
expect_used = "warn"
|