File: Cargo.toml.orig

package info (click to toggle)
rust-proc-status 0.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 112 kB
  • sloc: makefile: 4
file content (14 lines) | stat: -rw-r--r-- 352 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "proc-status"
version = "0.1.1"
authors = ["dystroy <denys.seguret@gmail.com>"]
repository = "https://github.com/Canop/proc-status"
description = "simple access to proc/status info on unix"
edition = "2018"
keywords = ["proc", "memory", "process"]
license = "MIT"
categories = []
readme = "README.md"

[dependencies]
thiserror = "1.0"