diff --git a/Cargo.toml b/Cargo.toml index c182d175..75071741 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,9 +7,9 @@ version = "0.2.1" edition = "2021" authors = ["Christopher Rabotin "] description = "ANISE provides a toolkit and files for Attitude, Navigation, Instrument, Spacecraft, and Ephemeris data. It's a modern replacement of NAIF SPICE file." -homepage = "https://github.com/anise-toolkit/" +homepage = "https://nyxspace.com/" documentation = "https://docs.rs/anise/" -repository = "https://github.com/anise-toolkit/anise.rs" +repository = "https://github.com/nyx-space/anise" keywords = ["attitude", "navigation", "instrument", "spacecraft", "ephemeris"] categories = ["science", "simulation"] readme = "README.md" diff --git a/anise-py/Cargo.toml b/anise-py/Cargo.toml index 20a713a1..f3384af0 100644 --- a/anise-py/Cargo.toml +++ b/anise-py/Cargo.toml @@ -1,7 +1,12 @@ [package] name = "anise-py" -version = "0.2.1" -edition = "2021" +version = { workspace = true } +authors = { workspace = true } +edition = { workspace = true } +homepage = { workspace = true } +license = { workspace = true } +repository = { workspace = true } +description = { workspace = true } # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib]