Skip to content

Commit

Permalink
chore: Add Cargo.toml metadata
Browse files Browse the repository at this point in the history
Added metadata to `Cargo.toml`, preparing for publishing on crates.io.
  • Loading branch information
marcoradocchia committed Nov 30, 2023
1 parent 8508759 commit 7edfce9
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
[package]
name = "meminfo"
name = "linux-meminfo"
version = "0.1.0"
authors = ["Marco Radocchia <marco.radocchia@outlook.com"]
edition = "2021"
rust-version = "1.74.0"
description = "An efficient, zero-allocations /proc/meminfo parsing library"
readme = "README.md"
repository = "https://github.com/marcoradocchia/linux-meminfo"
license = "GPL-3.0-only"
keywords = ["meminfo", "linux", "procfs", "parse", "zero-allocation"]
categories = ["filesystem", "os::linux-apis", "parser-implementations"]

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

Expand Down

0 comments on commit 7edfce9

Please sign in to comment.