mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-01-24 22:15:40 +00:00
build: Introduce root workspace for rust components
Add Cargo.toml at repo root, use this root workspace for as many as possible Rust components of Kata Containers. This would enable us to share a common Cargo.lock file, and reduce the noise from dependabot. Signed-off-by: Ruoqing He <heruoqing@iscas.ac.cn>
This commit is contained in:
8
Cargo.toml
Normal file
8
Cargo.toml
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
[workspace.package]
|
||||||
|
authors = ["The Kata Containers community <kata-dev@lists.katacontainers.io>"]
|
||||||
|
edition = "2018"
|
||||||
|
license = "Apache-2.0"
|
||||||
|
rust-version = "1.85.1"
|
||||||
|
|
||||||
|
[workspace]
|
||||||
|
members = []
|
||||||
Reference in New Issue
Block a user