mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Indicate components should not be published to crates.io.
http://doc.crates.io/manifest.html#the-publish--field-optional
This commit is contained in:
parent
056a7cf1a2
commit
75353e19a7
23 changed files with 23 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
name = "canvas"
|
||||
version = "0.0.1"
|
||||
authors = ["The Servo Project Developers"]
|
||||
publish = false
|
||||
|
||||
[lib]
|
||||
name = "canvas"
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "canvas_traits"
|
||||
version = "0.0.1"
|
||||
authors = ["The Servo Project Developers"]
|
||||
publish = false
|
||||
|
||||
[lib]
|
||||
name = "canvas_traits"
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "compositing"
|
||||
version = "0.0.1"
|
||||
authors = ["The Servo Project Developers"]
|
||||
publish = false
|
||||
|
||||
[lib]
|
||||
name = "compositing"
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "devtools"
|
||||
version = "0.0.1"
|
||||
authors = ["The Servo Project Developers"]
|
||||
publish = false
|
||||
|
||||
[lib]
|
||||
name = "devtools"
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "devtools_traits"
|
||||
version = "0.0.1"
|
||||
authors = ["The Servo Project Developers"]
|
||||
publish = false
|
||||
|
||||
[lib]
|
||||
name = "devtools_traits"
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
name = "gfx"
|
||||
version = "0.0.1"
|
||||
authors = ["The Servo Project Developers"]
|
||||
publish = false
|
||||
|
||||
[lib]
|
||||
name = "gfx"
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "gfx_traits"
|
||||
version = "0.0.1"
|
||||
authors = ["The Servo Project Developers"]
|
||||
publish = false
|
||||
|
||||
[lib]
|
||||
name = "gfx_traits"
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "layout"
|
||||
version = "0.0.1"
|
||||
authors = ["The Servo Project Developers"]
|
||||
publish = false
|
||||
|
||||
[lib]
|
||||
name = "layout"
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "layout_traits"
|
||||
version = "0.0.1"
|
||||
authors = ["The Servo Project Developers"]
|
||||
publish = false
|
||||
|
||||
[lib]
|
||||
name = "layout_traits"
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "msg"
|
||||
version = "0.0.1"
|
||||
authors = ["The Servo Project Developers"]
|
||||
publish = false
|
||||
|
||||
[lib]
|
||||
name = "msg"
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "net"
|
||||
version = "0.0.1"
|
||||
authors = ["The Servo Project Developers"]
|
||||
publish = false
|
||||
|
||||
[lib]
|
||||
name = "net"
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "net_traits"
|
||||
version = "0.0.1"
|
||||
authors = ["The Servo Project Developers"]
|
||||
publish = false
|
||||
|
||||
[lib]
|
||||
name = "net_traits"
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "plugins"
|
||||
version = "0.0.1"
|
||||
authors = ["The Servo Project Developers"]
|
||||
publish = false
|
||||
|
||||
[lib]
|
||||
name = "plugins"
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "profile"
|
||||
version = "0.0.1"
|
||||
authors = ["The Servo Project Developers"]
|
||||
publish = false
|
||||
|
||||
[lib]
|
||||
name = "profile"
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "profile_traits"
|
||||
version = "0.0.1"
|
||||
authors = ["The Servo Project Developers"]
|
||||
publish = false
|
||||
|
||||
[lib]
|
||||
name = "profile_traits"
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
name = "range"
|
||||
version = "0.0.1"
|
||||
authors = ["The Servo Project Developers"]
|
||||
publish = false
|
||||
|
||||
[lib]
|
||||
name = "range"
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "script"
|
||||
version = "0.0.1"
|
||||
authors = ["The Servo Project Developers"]
|
||||
publish = false
|
||||
|
||||
build = "build.rs"
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "script_traits"
|
||||
version = "0.0.1"
|
||||
authors = ["The Servo Project Developers"]
|
||||
publish = false
|
||||
|
||||
[lib]
|
||||
name = "script_traits"
|
||||
|
|
|
@ -4,6 +4,7 @@ name = "servo"
|
|||
version = "0.0.1"
|
||||
authors = ["The Servo Project Developers"]
|
||||
build = "build.rs"
|
||||
publish = false
|
||||
|
||||
[lib]
|
||||
name = "servo"
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "style"
|
||||
version = "0.0.1"
|
||||
authors = ["The Servo Project Developers"]
|
||||
publish = false
|
||||
|
||||
build = "build.rs"
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "style_traits"
|
||||
version = "0.0.1"
|
||||
authors = ["The Servo Project Developers"]
|
||||
publish = false
|
||||
|
||||
[lib]
|
||||
name = "style_traits"
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "util"
|
||||
version = "0.0.1"
|
||||
authors = ["The Servo Project Developers"]
|
||||
publish = false
|
||||
|
||||
[lib]
|
||||
name = "util"
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name = "webdriver_server"
|
||||
version = "0.0.1"
|
||||
authors = ["The Servo Project Developers"]
|
||||
publish = false
|
||||
|
||||
[lib]
|
||||
name = "webdriver_server"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue