chore(cargo): fix manifest and dev dep

- Remove duplicate package key in Cargo.toml
- Add local polymarket-rs-client dev-dependency for examples
This commit is contained in:
floor-licker
2026-01-29 18:26:54 -05:00
parent 95b96fb558
commit 64205eeeaa
2 changed files with 86 additions and 3 deletions
+2 -3
View File
@@ -11,7 +11,6 @@ keywords = ["polymarket", "trading", "prediction-market", "kalshi", "clob", "cry
categories = ["api-bindings", "network-programming", "finance", "prediction-markets", "polymarket", "kalshi", "clob"]
documentation = "https://docs.rs/polyfill-rs"
homepage = "https://github.com/floor-licker/polyfill-rs"
license = "MIT OR Apache-2.0"
[dependencies]
# Pin base64ct to avoid Edition 2024 requirement
base64ct = "=1.6.0"
@@ -71,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" } # Uncomment to run side-by-side benchmark
polymarket-rs-client = { path = "external/polymarket-rs-client" }
[features]
default = ["stream"]
@@ -107,4 +106,4 @@ opt-level = 1
[profile.test]
# Optimizations for test performance
opt-level = 2
debug = true
debug = true