feat: initialize Kurdistan SDK - independent fork of Polkadot SDK
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
[package]
|
||||
name = "sp-core-fuzz"
|
||||
version = "0.0.0"
|
||||
publish = false
|
||||
edition.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
[package.metadata]
|
||||
cargo-fuzz = true
|
||||
|
||||
[[bin]]
|
||||
name = "fuzz_address_uri"
|
||||
path = "fuzz_targets/fuzz_address_uri.rs"
|
||||
test = false
|
||||
doc = false
|
||||
|
||||
[dependencies]
|
||||
libfuzzer-sys = { workspace = true }
|
||||
regex = { workspace = true }
|
||||
|
||||
sp-core = { workspace = true, default-features = true }
|
||||
Reference in New Issue
Block a user