Skip to content

Commit

Permalink
release: add metadata field
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverBzH committed Oct 16, 2023
1 parent 83ecc11 commit 7f11815
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

20 changes: 14 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
[package]
name = "pica"
version = "0.1.3"
edition = "2021"
description = "Pica is a virtual UWB Controller implementing the FiRa UCI specification."
repository = "https://github.com/google/pica"
license = "Apache-2.0"
readme = "README.md"
keywords = ["pica", "uwb", "fira", "test", "ccc", "virtual", "controller"]
categories = ["emulators", "virtualization"]
authors = [
"Adrien Larbanet",
"Charlie Boutier",
"David Duarte",
"Henri Chataing",
"Charlie Boutier <charliebout@google.com>",
"David De Jesus Duarte <licorne@google.com>",
"Henri Chataing <henrichataing@google.com>",
]
version = "0.1.2"
edition = "2021"
default-run = "pica-server"


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

Expand All @@ -16,7 +24,7 @@ name = "pica"
path = "src/lib.rs"

[[bin]]
name = "server"
name = "pica-server"
path = "src/bin/server/mod.rs"

[features]
Expand Down

0 comments on commit 7f11815

Please sign in to comment.