core: Enable `radicle-oid/qcheck`

Dependents likely expect this.
This commit is contained in:
Lorenz Leutgeb 2026-03-24 00:01:01 +01:00 committed by Fintan Halpenny
parent 9fda8c6d8f
commit 14493cbfbf
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ default = ["std"]
git2 = ["dep:git2", "radicle-oid/git2"]
gix = ["dep:gix-hash", "radicle-oid/gix"]
std = ["radicle-oid/std", "thiserror/std", "schemars/std", "serde/std"]
qcheck = ["dep:qcheck", "radicle-oid/qcheck"]
[dependencies]
git2 = { workspace = true, optional = true }