Initial commit
This commit is contained in:
parent
3ee50f9aff
commit
bd6dbebb31
20 changed files with 2644 additions and 0 deletions
8
core/Cargo.toml
Normal file
8
core/Cargo.toml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[package]
|
||||
name = "ucore"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
num-derive = "0.4.2"
|
||||
num-traits = "0.2.19"
|
||||
Loading…
Add table
Add a link
Reference in a new issue