commit a4f78c0996bea1ba10b5f474cd9502769fed50e2 parent e92e285fa0735f145e04143182fea4e55092a04a Author: bamlin <b.amling@tarent.de> Date: Fri, 31 May 2019 21:10:18 +0200 added required fields for publishing to README.md Diffstat:
M | Cargo.toml | | | 7 | +++++++ |
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/Cargo.toml b/Cargo.toml @@ -6,6 +6,13 @@ repository = "https://github.com/bamling/specs-physics.git" homepage = "https://github.com/bamling/specs-physics.git" edition = "2018" +license = "MIT" +readme = "README.md" +documentation = "https://docs.rs/specs-physics" +description = "nphysics integration for the Specs entity component system" + +keywords = ["specs", "nphysics", "nphysics3d"] + [dependencies] log = "0.4.6" specs = "0.14.3"