Skip to content

Commit

Permalink
Publish Crate (#19)
Browse files Browse the repository at this point in the history
* adding metadata for publish
  • Loading branch information
bh2smith authored Dec 27, 2022
1 parent 837e960 commit 4cb1d71
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
[package]
name = "duners"
version = "0.0.1"
authors = ["Ben Smith <[email protected]>"]
edition = "2021"
description = "A simple framework for fetching query results from with [Dune Analytics API](https://dune.com/docs/api/)."
documentation = "https://docs.rs/duners"
readme = "README.md"
repository = "https://github.com/bh2smith/duners/"
license = "MIT OR Apache-2.0"
keywords = ["dune", "ethereum", "api-client", "web3", "dune-analytics"]

[dependencies]
chrono = { version ="0.4.23", features = ["serde", "rustc-serialize"] }
Expand Down

0 comments on commit 4cb1d71

Please sign in to comment.