Skip to content

Commit

Permalink
Update metadata in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
keiichiw committed May 31, 2023
1 parent 821b095 commit 2e6dbeb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
name = "libtracecmd"
version = "0.1.0"
edition = "2021"
license = "Apache-2.0"
description = "Rust wrapper of libtracecmd"
homepage = "https://github.com/google/libtracecmd-rs"
documentation = "https://docs.rs/libtracecmd"
repository = "https://github.com/google/libtracecmd-rs"
readme = "README.md"

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

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# libtracecmd-rs

**A Rust wrapper of [libtracecmd](https://github.com/rostedt/trace-cmd/tree/master/lib/trace-cmd).**

[<img alt="build status" src="https://img.shields.io/github/actions/workflow/status/google/libtracecmd-rs/build.yml?branch=main&style=for-the-badge" height="20">](https://github.com/google/libtracecmd-rs/actions?query=branch%3Amain)
Expand Down

0 comments on commit 2e6dbeb

Please sign in to comment.