mirror of
https://github.com/NVIDIA/open-gpu-kernel-modules.git
synced 2026-01-26 19:19:47 +00:00
12 lines
267 B
TOML
12 lines
267 B
TOML
[package]
|
|
name = "extract-firmware-nouveau"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
byteorder = "1.5.0"
|
|
clap = { version = "4.5.23", features = ["derive", "string"] }
|
|
flate2 = { version = "1.0.35" }
|
|
itertools = "0.14.0"
|
|
regex = "1.11.1"
|
|
tempfile = "3.16.0" |