mirror of
https://github.com/hexagonal-sun/moss-kernel.git
synced 2026-05-24 08:55:20 -04:00
11 lines
145 B
TOML
11 lines
145 B
TOML
[package]
|
|
name = "usertest"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
colored = "3"
|
|
inventory = "0.3"
|
|
libc = "0.2"
|
|
parking_lot = "0.12"
|