mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Rename rust-based proxy to safe-chain-proxy
This commit is contained in:
parent
a60c68074a
commit
10fd0dbcf6
2 changed files with 9 additions and 9 deletions
16
proxy/Cargo.lock
generated
16
proxy/Cargo.lock
generated
|
|
@ -1656,14 +1656,6 @@ dependencies = [
|
|||
"syn",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "proxy"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"rama",
|
||||
"tokio",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "psl"
|
||||
version = "2.1.168"
|
||||
|
|
@ -2339,6 +2331,14 @@ version = "1.0.20"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
|
||||
|
||||
[[package]]
|
||||
name = "safe-chain-proxy"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"rama",
|
||||
"tokio",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "schannel"
|
||||
version = "0.1.28"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue