From 3cf215918e5663d21ec1a9a3c78f91994e95f644 Mon Sep 17 00:00:00 2001 From: Marc Schoolderman Date: Fri, 7 Jun 2024 10:19:09 +0200 Subject: [PATCH] add license statement to python interface Signed-off-by: Marc Schoolderman --- tsp-python/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/tsp-python/Cargo.toml b/tsp-python/Cargo.toml index 5935f9a..585648b 100644 --- a/tsp-python/Cargo.toml +++ b/tsp-python/Cargo.toml @@ -2,6 +2,7 @@ name = "tsp-python" version = "0.1.0" edition = "2021" +license.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib]