Merge branch 'fix-ptmgr-fuzz' into 'main'

tor-ptmgr: Fix fuzzer compilation.

See merge request tpo/core/arti!1063
This commit is contained in:
Alexander Færøy 2023-03-13 19:28:29 +00:00
commit d8f77018f7
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ libfuzzer-sys = "0.4"
[dependencies.tor-ptmgr]
path = ".."
features = [ "experimental-api" ]
# Prevent this from interfering with workspaces
[workspace]