[core] Create a core crate
This commit is contained in:
parent
e522e268cf
commit
7e08a9adc4
3 changed files with 9 additions and 0 deletions
|
@ -2,5 +2,6 @@
|
|||
|
||||
members = [
|
||||
"board",
|
||||
"core",
|
||||
"explorer",
|
||||
]
|
||||
|
|
8
core/Cargo.toml
Normal file
8
core/Cargo.toml
Normal file
|
@ -0,0 +1,8 @@
|
|||
[package]
|
||||
name = "core"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
0
core/src/lib.rs
Normal file
0
core/src/lib.rs
Normal file
Loading…
Add table
Add a link
Reference in a new issue