From 208cdb2922b73e0b50d3f8be4a0507cbbc9cc301 Mon Sep 17 00:00:00 2001 From: Sam Beam Date: Tue, 15 Nov 2022 14:18:06 -0500 Subject: [PATCH] rm examples from Cargo.toml --- Cargo.toml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f7abf151..409f08de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"]