mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
13 lines
190 B
TOML
13 lines
190 B
TOML
[package]
|
|
name = "profile_traits"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
|
|
[lib]
|
|
name = "profile_traits"
|
|
path = "lib.rs"
|
|
|
|
[dependencies]
|
|
time = "0.1.12"
|
|
url = "0.2.35"
|
|
|