zerotier-one/.cargo/config.toml
2026-02-19 20:39:34 +03:00

9 lines
233 B
TOML

[source.crates-io]
replace-with = "vendored-sources"
[source."git+https://github.com/glimberg/rust-jwt"]
git = "https://github.com/glimberg/rust-jwt"
replace-with = "vendored-sources"
[source.vendored-sources]
directory = "vendor"