Files
R_EoM/Cargo.toml
T
2026-07-14 15:30:23 -05:00

16 lines
259 B
TOML

[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]