From a7c97d40a34b09d3f488a60106ba82ecd0e8b61e Mon Sep 17 00:00:00 2001 From: Pauline Date: Wed, 23 Aug 2023 01:09:10 -0400 Subject: initial community health files --- Cargo.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..f017a7e --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,16 @@ +[workspace] +resolver = "2" +members = [ +] + +[workspace.package] +license = "AGPL-3.0-only" +edition = "2021" +repository = "https://github.com/Polyfrost/Nexus" +documentation = "https://docs.polyfrost.org/nexus" +readme = "README.md" +license-file = "LICENSE" +homepage = "https://polyfrost.org" +authors = ["Polyfrost"] + +[workspace.dependencies] \ No newline at end of file -- cgit