Skip to content

Commit fb7f5c5

Browse files
authored
Merge pull request #36 from PLeVasseur/chore/prep-for-release
Update fields for publish to crates.io
2 parents d962136 + cc3a785 commit fb7f5c5

4 files changed

Lines changed: 20 additions & 4 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
resolver = "2"
1616
members = [
1717
"up-transport-vsomeip",
18+
"vsomeip-proc-macro",
1819
"vsomeip-sys",
1920
]
2021

up-transport-vsomeip/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ license.workspace = true
2121
repository.workspace = true
2222
rust-version.workspace = true
2323
version.workspace = true
24-
readme = "README.md"
24+
readme = "../README.md"
2525

2626
[features]
2727
default = ["bundled"]

vsomeip-proc-macro/Cargo.toml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,16 @@
1313

1414
[package]
1515
name = "vsomeip-proc-macro"
16-
version = "0.1.0"
17-
edition = "2021"
16+
description = "Useful proc macros for generating necessary extern 'C' fns for use with vsomeip."
17+
documentation.workspace = true
18+
edition.workspace = true
19+
exclude.workspace = true
20+
keywords.workspace = true
21+
license.workspace = true
22+
repository.workspace = true
23+
rust-version.workspace = true
24+
version.workspace = true
25+
readme = "../README.md"
1826

1927
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
2028

vsomeip-sys/Cargo.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,15 @@
1313

1414
[package]
1515
name = "vsomeip-sys"
16-
version.workspace = true
16+
documentation.workspace = true
1717
edition.workspace = true
18+
exclude.workspace = true
19+
keywords.workspace = true
20+
license.workspace = true
21+
repository.workspace = true
22+
rust-version.workspace = true
23+
version.workspace = true
24+
readme = "../README.md"
1825

1926
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
2027

0 commit comments

Comments
 (0)