Skip to content

Commit

Permalink
Merge pull request #104 from arkedge/crate-metadata
Browse files Browse the repository at this point in the history
Set crates metadata to publish them
  • Loading branch information
KOBA789 authored Mar 12, 2024
2 parents 190f4c8 + 8d3dad0 commit 97e2fe5
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[workspace]
resolver = "2"

members = [
"gaia-stub",
"structpack",
Expand All @@ -17,7 +18,9 @@ exclude = [
]

[workspace.package]
version = "0.7.0-beta.1"
version = "0.7.0-beta.2"
description = "A command and control system for C2A-based satellites"
repository = "https://github.com/arkedge/gaia"

[workspace.dependencies]
structpack = "0.6"
Expand Down
4 changes: 3 additions & 1 deletion devtools-frontend/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
[package]
name = "c2a-devtools-frontend"
edition = "2021"
version = "0.7.0-beta.1"
version = "0.7.0-beta.2"
license = "MPL-2.0"
description = "C2A Devtools Frontend"
repository = "https://github.com/arkedge/gaia"

[dependencies]
rust-embed = { version = "8.0.0", features = ["interpolate-folder-path", "debug-embed"] }
2 changes: 2 additions & 0 deletions gaia-ccsds-c2a/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[package]
name = "gaia-ccsds-c2a"
version.workspace = true
description.workspace = true
repository.workspace = true
edition = "2021"
license = "MPL-2.0"

Expand Down
2 changes: 2 additions & 0 deletions gaia-stub/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[package]
name = "gaia-stub"
version.workspace = true
description.workspace = true
repository.workspace = true
edition = "2021"
license = "MPL-2.0"

Expand Down
2 changes: 2 additions & 0 deletions gaia-tmtc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[package]
name = "gaia-tmtc"
version.workspace = true
description.workspace = true
repository.workspace = true
edition = "2021"
license = "MPL-2.0"

Expand Down
2 changes: 2 additions & 0 deletions tmtc-c2a/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[package]
name = "tmtc-c2a"
version.workspace = true
description.workspace = true
repository.workspace = true
edition = "2021"
license = "MPL-2.0"

Expand Down

0 comments on commit 97e2fe5

Please sign in to comment.