Skip to content

Commit

Permalink
updated toml for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
oh-yes-0-fps committed Jan 1, 2024
1 parent db5b582 commit 54dac97
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 15 deletions.
5 changes: 0 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,8 @@ description = "A collection of utilities to be used across the FRC in rust ecosy
repository = "https://github.com/oh-yes-0-fps/frclib-core"
rust-version = "1.75.0"
keywords = [
"First Robotics",
"First Robotics Competition",
"FRC",
"FRC rust"
]
categories = [
"robotics"
]
authors = [
"Bowan Foryt"
Expand Down
18 changes: 9 additions & 9 deletions frclib-structure-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ license = "MIT"
description = "A derive macro for implementing the FrcStruct trait on structs"
repository = "https://github.com/oh-yes-0-fps/frclib-core"
rust-version = "1.75.0"
keywords = [
"First Robotics",
"First Robotics Competition",
"FRC",
"FRC rust"
]
categories = [
"robotics"
]
# keywords = [
# "First Robotics",
# "First Robotics Competition",
# "FRC",
# "FRC rust"
# ]
# categories = [
# "robotics"
# ]
authors = [
"Bowan Foryt"
]
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
// - [Data Rate](crate::units::data_rate)
//

#![deny(clippy::all, clippy::cargo, clippy::pedantic, clippy::nursery)]
#![deny(clippy::all, clippy::pedantic, clippy::nursery)]
#![deny(
missing_copy_implementations,
single_use_lifetimes,
Expand Down

0 comments on commit 54dac97

Please sign in to comment.