git-next/crates/actor-macros/Cargo.toml

16 lines
409 B
TOML
Raw Normal View History

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