gitbutler/crates/gitbutler-changeset/Cargo.toml
Sebastian Thiel 4bd5495020
chore(changeset): don't build doc-tests
There are no doctests and it's unlikely there will be anytime soon
as this library isn't for publishing.
2024-04-04 13:53:08 +02:00

20 lines
257 B
TOML

[package]
name = "gitbutler-changeset"
version = "0.0.0"
edition = "2021"
publish = false
[lib]
doctest = false
[dependencies]
thiserror.workspace = true
[dev-dependencies]
paste = "1.0.14"
[lints.clippy]
all = "deny"
perf = "deny"
correctness = "deny"