Browse Source

add utils crate

Lennart Braun 2 years ago
parent
commit
a7a92cc3f3
3 changed files with 9 additions and 0 deletions
  1. 1 0
      Cargo.toml
  2. 8 0
      utils/Cargo.toml
  3. 0 0
      utils/src/lib.rs

+ 1 - 0
Cargo.toml

@@ -3,4 +3,5 @@
 members = [
     "cuckoo",
     "dpf",
+    "utils",
 ]

+ 8 - 0
utils/Cargo.toml

@@ -0,0 +1,8 @@
+[package]
+name = "utils"
+version = "0.1.0"
+edition = "2021"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]

+ 0 - 0
utils/src/lib.rs