aboutsummaryrefslogtreecommitdiff
path: root/tests/rust-test/Cargo.toml
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2021-02-12 12:57:44 +0400
committerMarc-André Lureau <marcandre.lureau@redhat.com>2021-02-12 15:05:57 +0400
commite62d42f0fd76f7bb8bf78385a83c060e66ff52b0 (patch)
tree10fb897d19f8f60cbc5f87a5de1647c069a130bd /tests/rust-test/Cargo.toml
parent3e25e1ca1772fc3f2039f739f8f920450dc68e50 (diff)
downloadkeycodemapdb-e62d42f0fd76f7bb8bf78385a83c060e66ff52b0.zip
keycodemapdb-e62d42f0fd76f7bb8bf78385a83c060e66ff52b0.tar.gz
keycodemapdb-e62d42f0fd76f7bb8bf78385a83c060e66ff52b0.tar.bz2
tests: add rust test
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"] }