forked from kemitix/git-next
17 lines
428 B
TOML
17 lines
428 B
TOML
[package]
|
|
name = "git-next-actor-macros"
|
|
version = { workspace = true }
|
|
edition = { workspace = true }
|
|
license = { workspace = true }
|
|
repository = { workspace = true }
|
|
description = "macros for actors for git-next, the trunk-based development manager"
|
|
|
|
[dependencies]
|
|
# Actors
|
|
actix = { workspace = true }
|
|
|
|
[lints.clippy]
|
|
nursery = { level = "warn", priority = -1 }
|
|
# pedantic = "warn"
|
|
unwrap_used = "warn"
|
|
expect_used = "warn"
|