Skip to content

Commit

Permalink
Remove bin.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
dineshpinto committed Dec 30, 2023
1 parent 4bd77d0 commit f04cb6b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 107 deletions.
4 changes: 0 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ keywords = ["geckoterminal", "rest", "api", "async", "crypto"]
name = "geckoterminal_rs"
path = "src/lib.rs"

[[bin]]
name = "geckoterminal_rs"
path = "src/bin.rs"

[dependencies]
reqwest = { version = "0.11", features = ["blocking", "json"] }
tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros"] }
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[![Crates.io Version](https://img.shields.io/crates/v/geckoterminal-rs)](https://crates.io/crates/geckoterminal-rs)
[![Crates.io Total Downloads](https://img.shields.io/crates/d/geckoterminal-rs)](https://crates.io/crates/geckoterminal-rs)

[![Rust](https://github.com/dineshpinto/geckoterminal-rs/actions/workflows/rust.yml/badge.svg)](https://github.com/dineshpinto/geckoterminal-rs/actions/workflows/rust.yml)
[![codecov](https://codecov.io/gh/dineshpinto/geckoterminal-rs/graph/badge.svg?token=OW7EKB0PXW)](https://codecov.io/gh/dineshpinto/geckoterminal-rs)
# geckoterminal-rs

## RESTful asynchronous Rust client for GeckoTerminal API
Expand Down
102 changes: 0 additions & 102 deletions src/bin.rs

This file was deleted.

0 comments on commit f04cb6b

Please sign in to comment.