git-next-config 0.11.0

[deprecated crate] Base types for git-next, the trunk-based development manager
Documentation
[package]
name = "git-next-config"
version = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
repository = { workspace = true }
description = "[deprecated crate] Base types for git-next, the trunk-based development manager"

[features]
default = ["forgejo", "github"]
forgejo = []
github = []

[dependencies]

[lints.clippy]
nursery = { level = "warn", priority = -1 }
# pedantic = "warn"
unwrap_used = "warn"
expect_used = "warn"