tg-xtask 0.1.0-preview.1

A small xtask helper to build and run rCore tutorial kernels and local kernels with QEMU.
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "tg-xtask"
version = "0.1.0-preview.1"
authors = ["YdrMaster <ydrml@hotmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A small xtask helper to build and run rCore tutorial kernels and local kernels with QEMU."
homepage = "https://github.com/rcore-os/rCore-Tutorial-in-single-workspace"
documentation = "https://docs.rs/tg-xtask"
readme = "README.md"
keywords = [
    "xtask",
    "riscv",
    "qemu",
    "r-core",
    "build-tool",
]
categories = ["command-line-utilities"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rcore-os/rCore-Tutorial-in-single-workspace"

[package.metadata]

[[bin]]
name = "tg-xtask"
path = "src/main.rs"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.once_cell]
version = "1.17"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.tg-easy-fs]
version = "0.1.0-preview.2"

[dependencies.toml]
version = "0.7"