From 24dbe7d11c96ff038ea9f7d794d0298d1a25f573 Mon Sep 17 00:00:00 2001 From: David Stern Date: Wed, 22 Apr 2026 19:21:53 -0400 Subject: [PATCH] Properly specify the license in Cargo.toml. --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 86e1b1f..53bccdf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,8 @@ [package] name = "session-sharing-protocol" edition = "2024" +authors = ["Warp Team "] +license = "AGPL-3.0-only" publish = false [dependencies]