mirror of
https://github.com/floor-licker/polyfill-rs.git
synced 2026-08-18 15:08:06 +00:00
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:
+2
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user