[source.crates-io]
replace-with = "vendored-sources"

[source."https://github.com/mcginty/curve25519-dalek"]
git = "https://github.com/mcginty/curve25519-dalek"
branch = "main"
replace-with = "vendored-sources"

[source."https://github.com/mcginty/ipnetwork"]
git = "https://github.com/mcginty/ipnetwork"
replace-with = "vendored-sources"

[source."https://github.com/mcginty/x25519-dalek"]
git = "https://github.com/mcginty/x25519-dalek"
branch = "master"
replace-with = "vendored-sources"

[source."https://github.com/tonarino/warp"]
git = "https://github.com/tonarino/warp"
replace-with = "vendored-sources"

[source.vendored-sources]
directory = "vendor"