Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Commit

Permalink
docs: add authors to new crates
Browse files Browse the repository at this point in the history
  • Loading branch information
Gavin-Niederman committed Mar 2, 2024
1 parent 96d1653 commit 14f6a46
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/pros-async/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ categories = [
"science::robotics",
"Asynchronous"
]
repository = "https://github.com/gavin-niederman/pros-rs"
authors = [
"pros-rs",
"Gavin Niederman <gavinniederman@gmail.com>",
"doinkythederp <doinkythederp@icloud.com>",
]

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

Expand Down
6 changes: 6 additions & 0 deletions packages/pros-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ categories = [
"no-std",
"science::robotics",
]
repository = "https://github.com/gavin-niederman/pros-rs"
authors = [
"pros-rs",
"Gavin Niederman <gavinniederman@gmail.com>",
"doinkythederp <doinkythederp@icloud.com>",
]

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

Expand Down
6 changes: 6 additions & 0 deletions packages/pros-devices/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ categories = [
"no-std",
"science::robotics",
]
repository = "https://github.com/gavin-niederman/pros-rs"
authors = [
"pros-rs",
"Gavin Niederman <gavinniederman@gmail.com>",
"doinkythederp <doinkythederp@icloud.com>",
]

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

Expand Down
6 changes: 6 additions & 0 deletions packages/pros-math/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ categories = [
"no-std",
"science::robotics",
]
repository = "https://github.com/gavin-niederman/pros-rs"
authors = [
"pros-rs",
"Gavin Niederman <gavinniederman@gmail.com>",
"doinkythederp <doinkythederp@icloud.com>",
]

[dependencies]
num = { version = "0.4.1", default-features = false }
Expand Down
6 changes: 6 additions & 0 deletions packages/pros-panic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ categories = [
"no-std",
"science::robotics",
]
repository = "https://github.com/gavin-niederman/pros-rs"
authors = [
"pros-rs",
"Gavin Niederman <gavinniederman@gmail.com>",
"doinkythederp <doinkythederp@icloud.com>",
]

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

Expand Down
6 changes: 6 additions & 0 deletions packages/pros-sync/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ categories = [
"no-std",
"science::robotics",
]
repository = "https://github.com/gavin-niederman/pros-rs"
authors = [
"pros-rs",
"Gavin Niederman <gavinniederman@gmail.com>",
"doinkythederp <doinkythederp@icloud.com>",
]

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

Expand Down

0 comments on commit 14f6a46

Please sign in to comment.