-
-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathCargo.toml
More file actions
17 lines (16 loc) · 532 Bytes
/
Cargo.toml
File metadata and controls
17 lines (16 loc) · 532 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "nvidia_oc"
version = "0.1.24"
edition = "2021"
license = "MIT"
description = "A simple command line tool to overclock Nvidia GPUs using the NVML library on Linux. This supports both X11 and Wayland."
repository = "https://github.com/Dreaming-Codes/nvidia_oc"
[dependencies]
clap = { version = "4.5.54", features = ["derive"] }
clap_complete = "4.5.65"
nvml-wrapper = "0.11.0"
nvml-wrapper-sys = "0.9.0"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"
sudo2 = "0.2.1"
which = "8.0.0"