xcore-t/Cargo.toml
Andrey Tkachenko fe3bca4744
All checks were successful
continuous-integration/drone/push Build is passing
Initial commit
2022-03-07 15:48:00 +04:00

14 lines
225 B
TOML

[package]
name = "xcore-t"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[workspace]
members = [
"crates/kernel",
]
[dependencies]