Explorar o código

add utils crate

Lennart Braun %!s(int64=2) %!d(string=hai) anos
pai
achega
a7a92cc3f3
Modificáronse 3 ficheiros con 9 adicións e 0 borrados
  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