Skip to content

Commit

Permalink
Set authors, repo and msrv in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
SplittyDev committed Apr 29, 2024
1 parent 4257836 commit 4290af5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
10 changes: 10 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
[workspace]
members = ["bincache"]
resolver = "2"

[workspace.package]
authors = [
"Zitane Labs",
"Marco Quinten <[email protected]>",
"Thomas Bäcker <[email protected]>"
]
license = "MIT"
repository = "https://github.com/ZitaneLabs/bincache"
rust-version = "1.65"
5 changes: 4 additions & 1 deletion bincache/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ name = "bincache"
version = "0.4.3"
edition = "2021"
description = "ZitaneLabs binary cache."
license = "MIT"
authors.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true

[features]
default = ["implicit-blocking"]
Expand Down

0 comments on commit 4290af5

Please sign in to comment.