Starting Project
This commit is contained in:
+15
@@ -0,0 +1,15 @@
|
||||
[package]
|
||||
name = "r_eom"
|
||||
description = "R_EoM library with a demo platform for testing and showcasing its features"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[lib]
|
||||
name = "r_eom"
|
||||
path = "src/lib.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "r_eom_demo"
|
||||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
Reference in New Issue
Block a user