forked from kemitix/git-next
22 lines
510 B
TOML
22 lines
510 B
TOML
[package]
|
|
name = "git-next-server-actor"
|
|
version = { workspace = true }
|
|
edition = { workspace = true }
|
|
license = { workspace = true }
|
|
repository = { workspace = true }
|
|
description = "Server actor for git-next, the trunk-based development manager"
|
|
|
|
[dependencies]
|
|
|
|
|
|
[dev-dependencies]
|
|
# Testing
|
|
# assert2 = { workspace = true }
|
|
test-log = { workspace = true }
|
|
tokio = { workspace = true }
|
|
|
|
[lints.clippy]
|
|
nursery = { level = "warn", priority = -1 }
|
|
# pedantic = "warn"
|
|
unwrap_used = "warn"
|
|
expect_used = "warn"
|