diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index 4f107203f28..069fd75fc96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,12 @@ [workspace] members = [ "ports/servo", + "ports/libsimpleservo/", "tests/unit/*", ] default-members = [ "ports/servo", + "ports/libsimpleservo/", "tests/unit/*", ] exclude = [".cargo"] |