forgor
This commit is contained in:
parent
13f81bf7ca
commit
50b13d97cb
2 changed files with 11 additions and 0 deletions
9
.cargo/config.toml
Normal file
9
.cargo/config.toml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[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"
|
||||
2
.gear/rules
Normal file
2
.gear/rules
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
tar: upstream name=@name@
|
||||
tar: vendor
|
||||
Loading…
Add table
Add a link
Reference in a new issue