Skip to content

Commit

Permalink
rm examples from Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
sbeam committed Nov 15, 2022
1 parent fb1b65e commit 208cdb2
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,6 @@ A crate for interacting with the Alpaca API.
"""
include = ["src/**/*", "LICENSE", "README.*", "CHANGELOG.*"]

[[example]]
name = "latest-quote-and-trade"

[[example]]
name = "order"

[[example]]
name = "stream-realtime-data"

[features]
default = ["gzip"]
gzip = ["async-compression/futures-io", "async-compression/gzip"]
Expand Down

0 comments on commit 208cdb2

Please sign in to comment.