We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3936cbd commit aa49c21Copy full SHA for aa49c21
README.md
@@ -23,7 +23,7 @@ Then add a dependency on the fuzzer-sys crate and your own crate:
23
24
```toml
25
[dependencies]
26
-fuzzer-sys = { path = "../libfuzzer-sys" } # or something, will eventually publish to crates.io
+fuzzer-sys = { git = "https://github.com/rust-fuzz/libfuzzer-sys.git" } # will eventually publish to crates.io
27
your_crate = "*" # or something
28
```
29
0 commit comments