mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-08 21:06:48 +00:00
28 lines
817 B
TOML
28 lines
817 B
TOML
[package]
|
|
name = "cargo-osdk"
|
|
version = "0.4.2"
|
|
edition = "2021"
|
|
description = "Accelerate OS development with Asterinas OSDK"
|
|
license = "MPL-2.0"
|
|
readme = "README.md"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
clap = { version = "4.4.17", features = ["cargo", "derive"] }
|
|
env_logger = "0.11.0"
|
|
indexmap = "2.2.1"
|
|
lazy_static = "1.4.0"
|
|
linux-bzimage-builder = { path = "../framework/libs/linux-bzimage/builder" }
|
|
log = "0.4.20"
|
|
quote = "1.0.35"
|
|
serde = { version = "1.0.195", features = ["derive"] }
|
|
serde_json = "1.0.111"
|
|
sha2 = "0.10.8"
|
|
syn = { version = "2.0.52", features = ["extra-traits", "full", "parsing", "printing"] }
|
|
toml = { version = "0.8.8", features = ["preserve_order"] }
|
|
which = "6.0.0"
|
|
|
|
[dev-dependencies]
|
|
assert_cmd = "2.0.13"
|