[package]
name = "moons"
version = "0.0.3"
edition = "2024"
authors = ["Rayan Morel <celestial4498@gmail.com>"]
description = "Moon celestial simulation crate for the MilkyWay SolarSystem workspace"
license = "MIT"
keywords = ["moon", "simulation", "astronomy", "physics", "celestial"]
categories = ["science", "simulation"]
repository = "https://github.com/celestial4498-prog/Moons"
homepage = "https://celestial4498-prog.github.io/Celestial/"
documentation = "https://docs.rs/moons"
readme = "README.md"
exclude = ["target/", "Cargo.lock"]
[lib]
name = "moons"
path = "src/lib.rs"
[[bin]]
name = "moons"
path = "src/main.rs"
[dependencies]
sciforge = "0.0.2"