Skip to content

Commit

Permalink
Remove some formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
gRoussac committed Nov 28, 2023
1 parent d63bd8a commit b2f07a1
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
[package]
name = "casper-client"
# when updating, also update 'html_root_url' in lib.rs
version = "2.0.0"
authors = [
"Marc Brinkmann <[email protected]>",
"Fraser Hutchison <[email protected]>",
"Zachary Showalter <[email protected]>",
]
version = "2.0.0" # when updating, also update 'html_root_url' in lib.rs
authors = ["Marc Brinkmann <[email protected]>", "Fraser Hutchison <[email protected]>", "Zachary Showalter <[email protected]>"]
edition = "2021"
description = "A client library and binary for interacting with the Casper network"
documentation = "https://docs.rs/casper-client"
Expand Down Expand Up @@ -86,4 +81,4 @@ package = "casper-client"
buildflags = ["--release"]

[package.metadata.rpm.targets]
casper-client = { path = "/usr/bin/casper-client" }
casper-client = { path = "/usr/bin/casper-client" }

0 comments on commit b2f07a1

Please sign in to comment.