Skip to content

Commit

Permalink
Update workspace metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
csnover committed May 14, 2023
1 parent e498a27 commit c5441f8
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 23 deletions.
14 changes: 14 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,17 @@ members = [
"binrw",
"binrw_derive"
]

[workspace.package]
authors = [
"jam1garner <[email protected]>",
"Colin Snover <[email protected]>",
"Kitlith <[email protected]>",
"roblabla <[email protected]>"
]
documentation = "https://docs.rs/binrw"
edition = "2021"
homepage = "https://binrw.rs"
license = "MIT"
repository = "https://github.com/jam1garner/binrw"
version = "0.11.1"
21 changes: 9 additions & 12 deletions binrw/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
[package]
name = "binrw"
version = "0.11.1"
authors = [
"jam1garner <[email protected]>",
"Colin Snover <[email protected]>",
"Kitlith <[email protected]>",
"roblabla <[email protected]>"
]
edition = "2021"
repository = "https://github.com/jam1garner/binrw"
license = "MIT"
description = "A Rust crate for helping read structs from binary data using ✨macro magic✨"
categories = [ "encoding", "parsing" ]
keywords = [ "binary", "encode", "decode", "serialize", "deserialize" ]
readme = "../README.md"
documentation = "https://docs.rs/binrw"
homepage = "https://binrw.rs"
authors.workspace = true
documentation.workspace = true
edition.workspace = true
homepage.workspace = true
license.workspace = true
repository.workspace = true
version.workspace = true

[dependencies]
array-init = "2.0"
Expand Down
18 changes: 7 additions & 11 deletions binrw_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
[package]
name = "binrw_derive"
version = "0.11.1"
authors = [
"jam1garner <[email protected]>",
"Colin Snover <[email protected]>",
"Kitlith <[email protected]>",
"roblabla <[email protected]>"
]
edition = "2021"
description = "Derive macro for binrw"
repository = "https://github.com/jam1garner/binrw"
license = "MIT"
homepage = "https://binrw.rs"
authors.workspace = true
documentation.workspace = true
edition.workspace = true
homepage.workspace = true
license.workspace = true
repository.workspace = true
version.workspace = true

[lib]
proc-macro = true
Expand Down

0 comments on commit c5441f8

Please sign in to comment.