j7s_diagnostics_py/.cargo/config.toml

16 lines
487 B
TOML

[source.crates-io]
replace-with = "vendored-sources"
[source."git+https://git.jpace121.net/public/limbo_graph.git?branch=main"]
git = "https://git.jpace121.net/public/limbo_graph.git"
branch = "main"
replace-with = "vendored-sources"
[source."git+ssh://git@git.jpace121.net:2222/public/j7s_diagnostics.git?branch=main"]
git = "ssh://git@git.jpace121.net:2222/public/j7s_diagnostics.git"
branch = "main"
replace-with = "vendored-sources"
[source.vendored-sources]
directory = "vendor"