From 75034bc03d2299c0fa0da61778091e077dc647ee Mon Sep 17 00:00:00 2001 From: ohkthx Date: Sun, 1 Dec 2024 15:45:03 -0600 Subject: [PATCH] updates for crate publishing. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 95573ca..49a45af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ homepage = "https://github.com/Ohkthx/cbadv-rs" repository = "https://github.com/Ohkthx/cbadv-rs" keywords = ["trading", "coinbase", "coinbasepro", "coinbaseadvanced", "crypto"] categories = ["api-bindings", "cryptocurrency"] -include = ["*/**.rs"] +include = ["src/**", "Cargo.toml", "README.md", "LICENSE", "examples/**"] [features] default = ["config"]