blob: d71c91f58c097f6f5888c75a65f8e37a5528e13c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
[package]
name = "rustkrazy_build_kernel"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.68"
clap = { version = "4.1.4", features = ["derive"] }
num_cpus = "1.15.0"
reqwest = { version = "0.11.13", features = ["blocking"] }
|