mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-23 20:54:50 +03:00
4bd5495020
There are no doctests and it's unlikely there will be anytime soon as this library isn't for publishing.
20 lines
257 B
TOML
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"
|