chore: add license & rename to orgize
This commit is contained in:
parent
54b0f938f9
commit
9e31738668
5 changed files with 32 additions and 7 deletions
|
|
@ -1,5 +1,5 @@
|
|||
[package]
|
||||
name = "org-fuzz"
|
||||
name = "orgize-fuzz"
|
||||
version = "0.0.1"
|
||||
authors = ["Automatically generated"]
|
||||
publish = false
|
||||
|
|
@ -7,7 +7,7 @@ publish = false
|
|||
[package.metadata]
|
||||
cargo-fuzz = true
|
||||
|
||||
[dependencies.org]
|
||||
[dependencies.orgize]
|
||||
path = ".."
|
||||
[dependencies.libfuzzer-sys]
|
||||
git = "https://github.com/rust-fuzz/libfuzzer-sys.git"
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
#![no_main]
|
||||
#[macro_use]
|
||||
extern crate libfuzzer_sys;
|
||||
extern crate org;
|
||||
extern crate orgize;
|
||||
|
||||
use org::Parser;
|
||||
use orgize::Parser;
|
||||
|
||||
#[cfg_attr(rustfmt, rustfmt_skip)]
|
||||
fuzz_target!(|data: &[u8]| {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue