Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
makemake-kbo committed Feb 8, 2024
1 parent e04387f commit 0d5a6e5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
name = "blutgang"
version = "0.3.0"
edition = "2021"
authors = ["makemake <[email protected]>, Rainshower Labs, github contributors"]
license = "FSL-1.0-Apache-2.0"
description = "Fast, minimalist weighted round robin load balancing with caching for Ethereum JSON-RPC calls."
authors = ["makemake <[email protected]>, Rainshower Labs, contributors"]
license-file = "LICENSE"
description = "Fast, minimalist load balancing with caching for Ethereum JSON-RPC calls. Full support for HTTP and WS."
readme = "README.md"
homepage = "https://github.com/rainshowerLabs/blutgang"
repository = "https://github.com/rainshowerLabs/blutgang"
keywords = ["cli", "ethereum"]
keywords = ["cli", "ethereum", "load-balancing", "websocket", "http"]
categories = ["command-line-utilities"]

[dependencies]
Expand Down

0 comments on commit 0d5a6e5

Please sign in to comment.