Skip to content

Commit

Permalink
chore: prepare for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenautumns authored and wucke13 committed Jun 19, 2024
1 parent 411d3e2 commit 5663583
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 6 deletions.
13 changes: 13 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,19 @@ members = [
"examples/ping_queue/server",
]

[workspace.package]
edition = "2021"
authors = ["Sven Friedrich <[email protected]>"]
license = "MIT OR Apache-2.0"
keywords = [
"arinc",
"avionics",
]
categories = [
"aerospace",
]
repository = "https://github.com/DLR-FT/a653rs-linux/"

[workspace.dependencies]
a653rs = "0.6"
a653rs-linux = { version = "0.2", path = "partition" }
Expand Down
9 changes: 7 additions & 2 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
[package]
name = "a653rs-linux-core"
version = "0.2.0"
edition = "2021"
license = "MIT OR Apache-2.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
keywords.workspace = true
categories.workspace = true
repository.workspace = true
description = "Core Library for a653rs-linux hypervisor and partition library"

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

Expand Down
5 changes: 3 additions & 2 deletions hypervisor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[package]
name = "a653rs-linux-hypervisor"
version = "0.2.0"
edition = "2021"
license = "MIT OR Apache-2.0"
authors.workspace = true
edition.workspace = true
license.workspace = true

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

Expand Down
10 changes: 8 additions & 2 deletions partition/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
[package]
name = "a653rs-linux"
version = "0.2.0"
edition = "2021"
license = "MIT OR Apache-2.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
keywords.workspace = true
categories.workspace = true
repository.workspace = true
description = "a653rs partition library for a653rs-linux hypervisor"


[features]
# Enables support for TCP and UDP sockets in partitions
Expand Down

0 comments on commit 5663583

Please sign in to comment.