diff --git a/rhusics-core/Cargo.toml b/rhusics-core/Cargo.toml index 197a03c..a4fa724 100644 --- a/rhusics-core/Cargo.toml +++ b/rhusics-core/Cargo.toml @@ -6,7 +6,6 @@ repository = "https://github.com/rustgd/rhusics.git" homepage = "https://github.com/rustgd/rhusics.git" license = "MIT OR Apache-2.0" -readme = "README.md" documentation = "https://docs.rs/rhusics-core" description = "Physics library for use with `specs`" diff --git a/rhusics-ecs/Cargo.toml b/rhusics-ecs/Cargo.toml index d4a072e..b57875f 100644 --- a/rhusics-ecs/Cargo.toml +++ b/rhusics-ecs/Cargo.toml @@ -6,7 +6,6 @@ repository = "https://github.com/rustgd/rhusics.git" homepage = "https://github.com/rustgd/rhusics.git" license = "MIT OR Apache-2.0" -readme = "README.md" documentation = "https://docs.rs/rhusics-ecs" description = "Physics library for use with `specs`"