diff options
Diffstat (limited to 'support/filterlock/Cargo.toml')
-rw-r--r-- | support/filterlock/Cargo.toml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/support/filterlock/Cargo.toml b/support/filterlock/Cargo.toml new file mode 100644 index 00000000000..048110ed063 --- /dev/null +++ b/support/filterlock/Cargo.toml @@ -0,0 +1,12 @@ +[workspace] + +[package] +name = "filterlock" +authors = ["The Servo Project Developers"] +version = "0.1.0" +edition = "2021" +license = "MPL-2.0" + +[dependencies] +serde = { version = "1.0.194", features = ["derive"] } +toml = { version = "0.8.8", features = ["preserve_order"] } |