git-next/crates/actor-macros/Cargo.toml
Paul Campbell cd93d047cb
All checks were successful
Rust / build (push) Successful in 1m23s
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/push/push-next Pipeline was successful
ci/woodpecker/push/tag-created Pipeline was successful
fix: explicitly specify version in each crate
crates.io doesn't appear to like taking the version from the workspace
crate
2024-07-14 14:24:41 +01:00

17 lines
415 B
TOML

[package]
name = "git-next-actor-macros"
version = "0.9.3"
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"