17 lines
284 B
TOML
17 lines
284 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"
|
|
license = "CC-BY-SA-4.0"
|
|
|
|
[lib]
|
|
name = "r_eom"
|
|
path = "src/lib.rs"
|
|
|
|
[[bin]]
|
|
name = "r_eom_demo"
|
|
path = "src/main.rs"
|
|
|
|
[dependencies]
|