Properly specify the license in Cargo.toml. (#3)

Failed to update the `license` field in Cargo.toml, so doing it here. (Also added the `authors` field to match our other crates.)

David Stern committed Apr 22, 2026 at 19:53 UTC 3a12b871dfd1019a66057e4d9b7d5c812b73ee8c
1 file changed +2
Cargo.toml
+2
@@ -1,6 +1,8 @@
1 [package]
2 name = "session-sharing-protocol"
3 edition = "2024"
4 +authors = ["Warp Team <dev@warp.dev>"]
5 +license = "AGPL-3.0-only"
6 publish = false
7
8 [dependencies]