Starting Project

This commit is contained in:
2026-07-14 15:30:23 -05:00
parent d45aea4b70
commit 0ca3c9911a
17 changed files with 308 additions and 0 deletions
+15
View File
@@ -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]