From 41df55ed92e90c483fac43f98aa52a25ee436bfb Mon Sep 17 00:00:00 2001 From: FliegendeWurst <2012gdwu@web.de> Date: Mon, 18 May 2020 22:26:31 +0200 Subject: [PATCH] Specify license --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 98f77ad..3b13e79 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,7 @@ name = "ieee754-interpreter" version = "0.1.0" authors = ["FliegendeWurst <2012gdwu@web.de>"] +license = "GPL-3.0+" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html