-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
@@ -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" } |