From 151db0be224394f20424cdee6cd9444f7078c6df Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Fri, 15 Apr 2022 13:23:37 +0100 Subject: (example): Set licence for seq example Signed-off-by: Daniel Silverstone --- examples/seq/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/seq/Cargo.toml b/examples/seq/Cargo.toml index cc03998..2d4696a 100644 --- a/examples/seq/Cargo.toml +++ b/examples/seq/Cargo.toml @@ -2,6 +2,7 @@ name = "subplot-seq-example" version = "0.1.0" edition = "2021" +license = "MIT-0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html -- cgit v1.2.1