From 0f33c8a306799daa99f6a3ca44dcc30bda0ca66c Mon Sep 17 00:00:00 2001 From: FiveMovesAhead Date: Thu, 16 May 2024 12:52:49 +0800 Subject: [PATCH] Move license line --- tig-api/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tig-api/Cargo.toml b/tig-api/Cargo.toml index d4f9f9d..c3ad6f7 100644 --- a/tig-api/Cargo.toml +++ b/tig-api/Cargo.toml @@ -2,10 +2,10 @@ name = "tig-api" version = "0.1.0" readme = "README.md" +license = "https://github.com/tig-foundation/tig-monorepo/tree/main/docs/agreements/end_user_license_agreement.pdf" authors.workspace = true repository.workspace = true edition.workspace = true -license = "https://github.com/tig-foundation/tig-monorepo/tree/main/docs/agreements/end_user_license_agreement.pdf" [lib] crate-type = ["cdylib", "rlib"]