gecko-dev/servo/Cargo.toml
Simon Sapin 2d8a1f7245 servo: Merge #4140 - Move the root Cargo.toml to components/servo, and warn when Cargo is run directly (from SimonSapin:no-root-cargo-toml); r=SimonSapin
This fixes #3957, and allow #4115 not to regress #4099.

Source-Repo: https://github.com/servo/servo
Source-Revision: 873ca6cadddc1a40bead1f5dd0128bb16cfaa11b

--HG--
rename : servo/Cargo.lock => servo/components/servo/Cargo.lock
rename : servo/src/lib.rs => servo/components/servo/lib.rs
rename : servo/src/main.rs => servo/components/servo/main.rs
2014-12-02 19:27:51 -07:00

11 lines
215 B
TOML

[package]
name = "not-the-toml-you-re-looking-for"
version = "0.0.1"
authors = ["The Servo Project Developers"]
build = "support/not-the-toml-you-re-looking-for.rs"
[lib]
name = "not-the-toml-you-re-looking-for"