Skip to content
This repository was archived by the owner on Nov 12, 2022. It is now read-only.

Commit e381008

Browse files
author
bors-servo
authored
Auto merge of #342 - servo:license, r=jdm
Add license field to Cargo.toml
2 parents 101c6b6 + 33bde69 commit e381008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[package]
2-
32
name = "js"
43
version = "0.1.4"
54
authors = ["The Servo Project Developers"]
65
build = "build.rs"
6+
license = "MPL-2.0"
77

88
[build-dependencies]
99
cmake = "0.1"

0 commit comments

Comments
 (0)