From e4109fb25539cdb554b967f39be6e4730c33cae7 Mon Sep 17 00:00:00 2001 From: skyeshroom <61299664+skyeshroom@users.noreply.github.com> Date: Wed, 11 Aug 2021 12:39:22 -0700 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index f9afbb2..5bf8054 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,11 @@ [package] name = "hypoloop" +description = "A low-level control loop for real-time and baked simulations." version = "0.1.0" edition = "2018" +license-file = "LICENSE" +repository = "https://github.com/skyeterran/hypoloop" +keywords = ["gamedev", "simulation", "graphics"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html