aboutsummaryrefslogtreecommitdiff
path: root/tests/rust-test/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rust-test/Cargo.toml')
-rw-r--r--tests/rust-test/Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/rust-test/Cargo.toml b/tests/rust-test/Cargo.toml
new file mode 100644
index 0000000..832ac37
--- /dev/null
+++ b/tests/rust-test/Cargo.toml
@@ -0,0 +1,10 @@
+[package]
+name = "rust-test"
+version = "0.1.0"
+authors = ["Marc-André Lureau <marcandre.lureau@redhat.com>"]
+edition = "2018"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]
+phf = { version = "0.8", features = ["macros"] }