fix fuzzing

it leaks????
This commit is contained in:
nora 2021-12-30 18:23:21 +01:00
parent 9eff0f0188
commit 145d63e755
12 changed files with 35 additions and 284 deletions

View file

@ -1,5 +1,5 @@
[package]
name = "script_lang-fuzz"
name = "dilaria-fuzz"
version = "0.0.0"
authors = ["Automatically generated"]
publish = false
@ -11,7 +11,7 @@ cargo-fuzz = true
[dependencies]
libfuzzer-sys = "0.4"
[dependencies.script_lang]
[dependencies.dilaria]
path = ".."
# Prevent this from interfering with workspaces