Add License to monitor package

This commit is contained in:
Adrian Woźniak 2021-12-12 17:47:01 +01:00
parent cb3e1ef05a
commit de5f2b77cb
No known key found for this signature in database
GPG Key ID: 0012845A89C7352B

View File

@ -2,6 +2,11 @@
name = "amdmond"
version = "1.0.8"
edition = "2021"
description = "AMD GPU monitoring tool for Linux"
license = "MIT OR Apache-2.0"
keywords = ["hardware", "amdgpu"]
categories = ["hardware-support"]
repository = "https://github.com/Eraden/amdgpud"
[dependencies]
amdgpu = { path = "../amdgpu", version = "1.0.8" }