Skip to content

Commit

Permalink
Pass on categories + some mop up on cargo.tomls
Browse files Browse the repository at this point in the history
  • Loading branch information
gbin committed Jun 19, 2024
1 parent e07986e commit a4a8d87
Show file tree
Hide file tree
Showing 17 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions copper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ authors = ["Guillaume Binet <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
keywords = ["robotics", "middleware", "copper", "real-time"]
categories = ["science::robotics"]

[dependencies]
lazy_static = "1.4.0"
Expand Down
1 change: 1 addition & 0 deletions copper_clock/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.1.0"
edition = "2021"
license = "Apache-2.0"
keywords = ["robotics", "middleware", "copper", "real-time"]
categories = ["science::robotics"]

[dependencies]
quanta = "0.12.3"
Expand Down
1 change: 1 addition & 0 deletions copper_datalogger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.1.0"
edition = "2021"
license = "Apache-2.0"
keywords = ["robotics", "middleware", "copper", "real-time"]
categories = ["science::robotics"]

[dependencies]
bincode = { version = "2.0.0-rc.3", features = ["serde", "bincode_derive"] }
Expand Down
1 change: 1 addition & 0 deletions copper_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.1.0"
edition = "2021"
license = "Apache-2.0"
keywords = ["robotics", "middleware", "copper", "real-time"]
categories = ["science::robotics"]

[lib]
proc-macro = true
Expand Down
1 change: 1 addition & 0 deletions copper_derive_test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.1.0"
edition = "2021"
license = "Apache-2.0"
keywords = ["robotics", "middleware", "copper", "real-time"]
categories = ["science::robotics"]

[dependencies]
copper-derive = { path = "../copper_derive" }
Expand Down
1 change: 1 addition & 0 deletions copper_log/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.1.0"
edition = "2021"
license = "Apache-2.0"
keywords = ["robotics", "middleware", "copper", "real-time"]
categories = ["science::robotics"]

[dependencies]
bincode = { version = "2.0.0-rc.3", features = ["serde"] }
Expand Down
1 change: 1 addition & 0 deletions copper_log_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.1.0"
edition = "2021"
license = "Apache-2.0"
keywords = ["robotics", "middleware", "copper", "real-time"]
categories = ["science::robotics"]

[lib]
name = "copper_log_derive"
Expand Down
1 change: 1 addition & 0 deletions copper_log_reader/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.1.0"
edition = "2021"
license = "Apache-2.0"
keywords = ["robotics", "middleware", "copper", "real-time"]
categories = ["science::robotics"]

# add cli.rs as executable and name it copper-log-reader
[[bin]]
Expand Down
1 change: 1 addition & 0 deletions copper_log_runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.1.0"
edition = "2021"
license = "Apache-2.0"
keywords = ["robotics", "middleware", "copper", "real-time"]
categories = ["science::robotics"]

[dependencies]
copper-log = { path = "../copper_log" }
Expand Down
1 change: 1 addition & 0 deletions copper_log_test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.1.0"
edition = "2021"
license = "Apache-2.0"
keywords = ["robotics", "middleware", "copper", "real-time"]
categories = ["science::robotics"]

[dependencies]
copper = { path = "../copper" }
Expand Down
1 change: 1 addition & 0 deletions copper_traits/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.1.0"
edition = "2021"
license = "Apache-2.0"
keywords = ["robotics", "middleware", "copper", "real-time"]
categories = ["science::robotics"]

[dependencies]
bincode = "2.0.0-rc.3"
1 change: 1 addition & 0 deletions examples/config_gen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "config-gen"
version = "0.1.0"
edition = "2021"
license = "Apache-2.0"
categories = ["science::robotics"]

[dependencies]
serde = { version = "1.0", features = ["derive"] }
Expand Down
1 change: 1 addition & 0 deletions examples/cu_caterpillar/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.1.0"
edition = "2021"
license = "Apache-2.0"
keywords = ["robotics", "middleware", "copper", "real-time"]
categories = ["science::robotics"]

[dependencies]
copper-derive = { path = "../../copper_derive" }
Expand Down
1 change: 1 addition & 0 deletions examples/cu_rp_gpio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.1.0"
edition = "2021"
license = "Apache-2.0"
keywords = ["robotics", "middleware", "copper", "real-time"]
categories = ["science::robotics"]

[dependencies]
copper = { path = "../../copper" }
Expand Down
1 change: 1 addition & 0 deletions examples/pluginload/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.1.0"
edition = "2021"
license = "Apache-2.0"
keywords = ["robotics", "middleware", "copper", "real-time"]
categories = ["science::robotics"]

[dependencies]
uom = { version = "0.36.0", features = ["rational"] }
Expand Down
1 change: 1 addition & 0 deletions examples/simplelogger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.1.0"
edition = "2021"
license = "Apache-2.0"
keywords = ["robotics", "middleware", "copper", "real-time"]
categories = ["science::robotics"]

[dependencies]
copper = { path = "../../copper" }
Expand Down
3 changes: 3 additions & 0 deletions examples/v4lsrc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
name = "v4lsrc"
version = "0.1.0"
edition = "2021"
license = "Apache-2.0"
keywords = ["robotics", "middleware", "copper", "real-time"]
categories = ["science::robotics"]

[package.metadata]
copper_plugin_type = "driver"
Expand Down

0 comments on commit a4a8d87

Please sign in to comment.