2024-06-29 10:49:12 +01:00
|
|
|
[package]
|
|
|
|
name = "git-next-actor-macros"
|
|
|
|
version = { workspace = true }
|
|
|
|
edition = { workspace = true }
|
2024-07-14 10:40:34 +01:00
|
|
|
license = { workspace = true }
|
|
|
|
descripition = "macros for actors for git-next, the trunk-based development manager"
|
2024-06-29 10:49:12 +01:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
# Actors
|
|
|
|
actix = { workspace = true }
|
|
|
|
|
|
|
|
[lints.clippy]
|
|
|
|
nursery = { level = "warn", priority = -1 }
|
|
|
|
# pedantic = "warn"
|
|
|
|
unwrap_used = "warn"
|
|
|
|
expect_used = "warn"
|