Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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]
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Loading