Skip to content

Commit

Permalink
updated cargo and readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-devv committed Mar 8, 2024
1 parent 0bbdb8e commit f95d16b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# memonitor

<p align="left">
<img alt="GitHub" src="https://img.shields.io/github/license/edgenai/memonitor">
</p>
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Documentation](https://docs.rs/memonitor/badge.svg)](https://docs.rs/memonitor/)
[![Crate](https://img.shields.io/crates/v/memonitor.svg)](https://crates.io/crates/memonitor)

---

Expand Down
3 changes: 2 additions & 1 deletion crates/memonitor-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name = "memonitor-sys"
description = "Automatically generated bindings for some of memonitor's backends."
version = "0.1.0"
authors = ["Pedro Valente <[email protected]>"]
license-file = "../../LICENSE"
license = "Apache-2.0"
repository = "https://github.com/edgenai/memonitor"
edition = "2021"
links = "memonitor-vk" # TODO this will have to be updated at some point, its not good practice to link against multiple libs as is currently the case
publish = true
Expand Down
8 changes: 4 additions & 4 deletions crates/memonitor-sys/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# memonitor-sys

<p align="left">
<img alt="GitHub" src="https://img.shields.io/github/license/edgenai/memonitor">
</p>
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Documentation](https://docs.rs/memonitor-sys/badge.svg)](https://docs.rs/memonitor-sys/)
[![Crate](https://img.shields.io/crates/v/memonitor-sys.svg)](https://crates.io/crates/memonitor-sys)

---

Automatically generated bindings for some of [memonitor](https://github.com/edgenai/memonitor)'s backends.
Automatically generated bindings for some of [memonitor](https://crates.io/crates/memonitor)'s backends.

## Platforms

Expand Down
3 changes: 2 additions & 1 deletion crates/memonitor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name = "memonitor"
description = "Query CPU and GPU memory information in a portable way."
version = "0.1.0"
authors = ["Pedro Valente <[email protected]>"]
license-file = "../../LICENSE"
license = "Apache-2.0"
repository = "https://github.com/edgenai/memonitor"
readme = "../../README.md"
edition = "2021"
publish = true
Expand Down

0 comments on commit f95d16b

Please sign in to comment.