avoid building doctests

This takes time, and typically there are none.
This commit is contained in:
Sebastian Thiel 2024-10-24 19:03:14 +02:00
parent 670c7ca44b
commit 7d12e0bcc7
No known key found for this signature in database
GPG Key ID: 9CB5EE7895E8268B

View File

@ -5,6 +5,10 @@ edition = "2021"
authors = ["GitButler <gitbutler@gitbutler.com>"]
publish = false
[lib]
doctest = false
[dependencies]
anyhow.workspace = true
git2.workspace = true