diff --git a/Cargo.toml b/Cargo.toml index d805cd1..d5874c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,13 +1,15 @@ [package] name = "categories" -authors = ["Pollen Collective"] +authors = ["Mesocarp"] description = "Category theory in Rust" edition = "2021" keywords = ["mathematics", "categories"] license = "AGPL-3.0" readme = "README.md" -repository = "https://github.com/PollenCollective/categories" +repository = "https://github.com/TheMesocarp/categories" +homepage = "https://github.com/TheMesocarp/categories" version = "0.1.0" + [dependencies] diff --git a/README.md b/README.md index e2da520..dfdfcd1 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,13 @@ # categories + Category theory in Rust! + +> Work in Progress! Changes between releases may not be stable. + +## Contributing + +Contributors are welcome and greatly appreciated! Please feel free to submit a Pull Request or claim an issue youd like to work on. For major changes, please open an issue first to discuss what you would like to change. If you would like to work more closely with Mesocarp on other projects as well, please email me at sushi@fibered.cat, would love to chat! + +## License + +This project is licensed under the AGPL-3.0 copyleft license - see the [LICENSE](LICENSE) file for details. \ No newline at end of file