You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
289 B
11 lines
289 B
[package]
|
|
name = "rcore-thread"
|
|
version = "0.1.0"
|
|
authors = ["WangRunji <wangrunji0408@163.com>"]
|
|
description = "Bare-metal thread scheduler and executor"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
log = "0.4"
|
|
spin = "0.5"
|
|
deque = { git = "https://github.com/rcore-os/deque.git", branch = "no_std" } |