9 lines
233 B
TOML
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"
|