Skip to content

Commit 3a12b87

Browse files
authored
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.)
1 parent 6716bc4 commit 3a12b87

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
[package]
22
name = "session-sharing-protocol"
33
edition = "2024"
4+
authors = ["Warp Team <dev@warp.dev>"]
5+
license = "AGPL-3.0-only"
46
publish = false
57

68
[dependencies]

0 commit comments

Comments
 (0)