Initial commit

This commit is contained in:
Arne Dußin 2024-11-21 19:19:44 +01:00
parent 3ee50f9aff
commit bd6dbebb31
20 changed files with 2644 additions and 0 deletions

8
core/Cargo.toml Normal file
View 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"