mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
fixes https://github.com/servo/servo/issues/10716 I took the lazy way out and hardcoded the size of block we examine for licenses. fixes https://github.com/servo/servo/issues/10719 Includes tests for new functionality.
11 lines
167 B
TOML
11 lines
167 B
TOML
[package]
|
|
|
|
name = "task_info"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
license = "MPL-2.0"
|
|
|
|
build = "build.rs"
|
|
|
|
[build-dependencies]
|
|
gcc = "0.3.4"
|