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.
10 lines
212 B
10 lines
212 B
6 years ago
|
[package]
|
||
6 years ago
|
name = "rcore-thread"
|
||
6 years ago
|
version = "0.1.0"
|
||
|
authors = ["WangRunji <wangrunji0408@163.com>"]
|
||
6 years ago
|
description = "Bare-metal thread scheduler and executor"
|
||
6 years ago
|
edition = "2018"
|
||
6 years ago
|
|
||
|
[dependencies]
|
||
6 years ago
|
log = "0.4"
|
||
6 years ago
|
spin = "0.4"
|