mirror of
https://github.com/servo/servo
synced 2026-04-26 17:45:19 +02:00
13 lines
181 B
TOML
13 lines
181 B
TOML
[package]
|
|
|
|
name = "task_info"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
license = "MPL-2.0"
|
|
edition = "2018"
|
|
|
|
build = "build.rs"
|
|
|
|
[build-dependencies]
|
|
cc = "1.0"
|