mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-30 04:58:55 +03:00
avoid building doctests
This takes time, and typically there are none.
This commit is contained in:
parent
670c7ca44b
commit
7d12e0bcc7
@ -5,6 +5,10 @@ edition = "2021"
|
||||
authors = ["GitButler <gitbutler@gitbutler.com>"]
|
||||
publish = false
|
||||
|
||||
[lib]
|
||||
doctest = false
|
||||
|
||||
|
||||
[dependencies]
|
||||
anyhow.workspace = true
|
||||
git2.workspace = true
|
||||
|
Loading…
Reference in New Issue
Block a user