Skip to content

Commit

Permalink
make linera-client/Cargo.toml ready for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
ma2bd committed Sep 6, 2024
1 parent cd597d6 commit 9a3a20e
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions linera-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
[package]
name = "linera-client"
version.workspace = true
description = "A library for writing Linera client applications."
readme = "README.md"
documentation = "https://docs.rs/linera-client/latest/linera_client/"

authors.workspace = true
repository.workspace = true
edition.workspace = true
homepage.workspace = true
license.workspace = true
edition.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
repository.workspace = true
version.workspace = true

[features]
default = ["fs", "storage-service"]
Expand Down

0 comments on commit 9a3a20e

Please sign in to comment.