geomag-wmm/Cargo.toml

13 lines
337 B
TOML
Raw Normal View History

2024-09-28 16:55:51 +02:00
[package]
name = "geomag-wmm"
version = "0.1.0"
edition = "2021"
license = "MIT"
description = "Calculate the Earth magnetic fields and their variation using WMM."
repository = "https://git.hostux.fr/ConstellationVFR/geomag-wmm"
readme = "README.md"
categories = ["science"]
keywords = ["wmm", "declination", "magnetic"]
2024-09-28 16:55:51 +02:00
[dependencies]