diff options
Diffstat (limited to 'ports/libsimpleservo/api/Cargo.toml')
-rw-r--r-- | ports/libsimpleservo/api/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/libsimpleservo/api/Cargo.toml b/ports/libsimpleservo/api/Cargo.toml index e0204f3ebb6..afbd3f4c800 100644 --- a/ports/libsimpleservo/api/Cargo.toml +++ b/ports/libsimpleservo/api/Cargo.toml @@ -7,6 +7,7 @@ edition = "2018" publish = false [dependencies] +getopts = "0.2.11" libservo = { path = "../../../components/servo" } log = "0.4" servo-media = { git = "https://github.com/servo/media" } |