From 4a1655b91c60e43938a8467cead09b5abf7f4e4d Mon Sep 17 00:00:00 2001 From: toku-sa-n Date: Tue, 29 Jun 2021 18:35:44 +0900 Subject: [PATCH] chore(init): license under MIT OR Apache-2.0 --- servers/init/Cargo.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/servers/init/Cargo.toml b/servers/init/Cargo.toml index e499c48e..634a4fd8 100644 --- a/servers/init/Cargo.toml +++ b/servers/init/Cargo.toml @@ -2,7 +2,4 @@ name = "init" version = "0.1.0" edition = "2018" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - -[dependencies] +license = "MIT OR Apache-2.0"