chore: add license & rename to orgize

This commit is contained in:
PoiScript 2019-02-06 19:49:44 +08:00
parent 54b0f938f9
commit 9e31738668
5 changed files with 32 additions and 7 deletions

View file

@ -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"

View file

@ -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]| {