mirror of
https://github.com/servo/servo
synced 2026-05-05 06:32:13 +02:00
Dump initial prototype of devtools server into the build. Expect lies if you try to use it for anything real.
This commit is contained in:
8
components/devtools_traits/Cargo.toml
Normal file
8
components/devtools_traits/Cargo.toml
Normal file
@@ -0,0 +1,8 @@
|
||||
[package]
|
||||
name = "devtools_traits"
|
||||
version = "0.0.1"
|
||||
authors = ["The Servo Project Developers"]
|
||||
|
||||
[lib]
|
||||
name = "devtools_traits"
|
||||
path = "lib.rs"
|
||||
Reference in New Issue
Block a user