git-next/crates/server/Cargo.toml

15 lines
378 B
TOML

[package]
name = "git-next-server"
version = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
repository = { workspace = true }
description = "[deprecated crate] server for git-next, the trunk-based development manager"
[lints.clippy]
nursery = { level = "warn", priority = -1 }
# pedantic = "warn"
unwrap_used = "warn"
expect_used = "warn"