mirror of
https://github.com/Noratrieb/dilaria.git
synced 2026-01-14 17:35:03 +01:00
fix fuzzing
it leaks????
This commit is contained in:
parent
9eff0f0188
commit
145d63e755
12 changed files with 35 additions and 284 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue