Skip to content

Commit aa49c21

Browse files
authored
Update Cargo.toml example to be more realistic.
1 parent 3936cbd commit aa49c21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Then add a dependency on the fuzzer-sys crate and your own crate:
2323

2424
```toml
2525
[dependencies]
26-
fuzzer-sys = { path = "../libfuzzer-sys" } # or something, will eventually publish to crates.io
26+
fuzzer-sys = { git = "https://github.com/rust-fuzz/libfuzzer-sys.git" } # will eventually publish to crates.io
2727
your_crate = "*" # or something
2828
```
2929

0 commit comments

Comments
 (0)