chore(cargo): use crates.io polymarket-rs-client

This commit is contained in:
floor-licker
2026-01-29 18:47:19 -05:00
parent a7ca8e4341
commit da51caa251
2 changed files with 3 additions and 1 deletions
Generated
+2
View File
@@ -2709,6 +2709,8 @@ dependencies = [
[[package]]
name = "polymarket-rs-client"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c797798ba56ed3bda214f2612afbf26ef3ed7479085645fbdc3329a5b9d5123"
dependencies = [
"alloy-primitives",
"alloy-signer",
+1 -1
View File
@@ -70,7 +70,7 @@ tokio-test = "0.4"
mockito = "1.0"
proptest = "1.0"
env_logger = "0.10"
polymarket-rs-client = { path = "external/polymarket-rs-client" }
polymarket-rs-client = "0.1.1"
[features]
default = ["stream"]