mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Dedicated crate for the Schnorr contract
This commit is contained in:
20
Cargo.lock
generated
20
Cargo.lock
generated
@@ -2483,6 +2483,26 @@ dependencies = [
|
||||
"windows-sys 0.52.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "ethereum-schnorr-contract"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"alloy-core",
|
||||
"alloy-node-bindings",
|
||||
"alloy-provider",
|
||||
"alloy-rpc-client",
|
||||
"alloy-rpc-types-eth",
|
||||
"alloy-simple-request-transport",
|
||||
"alloy-sol-types",
|
||||
"build-solidity-contracts",
|
||||
"group",
|
||||
"k256",
|
||||
"rand_core",
|
||||
"sha3",
|
||||
"subtle",
|
||||
"tokio",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "ethereum-serai"
|
||||
version = "0.1.0"
|
||||
|
||||
Reference in New Issue
Block a user