aboutsummaryrefslogtreecommitdiff
path: root/sem1/algo/graph/Cargo.lock
diff options
context:
space:
mode:
authorJulian T <julian@jtle.dk>2019-10-28 20:55:21 +0100
committerJulian T <julian@jtle.dk>2019-10-28 20:55:21 +0100
commit96b0849a5ff3f510377499a353ae73239416c489 (patch)
tree315ee9891a97f6709c6d0d43455c44438d287edc /sem1/algo/graph/Cargo.lock
parent8cbdd712bbef89c2d7996fa9be8b768e6f9fd1a9 (diff)
Added graph structure in rust. Not working very well
Diffstat (limited to 'sem1/algo/graph/Cargo.lock')
-rw-r--r--sem1/algo/graph/Cargo.lock6
1 files changed, 6 insertions, 0 deletions
diff --git a/sem1/algo/graph/Cargo.lock b/sem1/algo/graph/Cargo.lock
new file mode 100644
index 0000000..74fba54
--- /dev/null
+++ b/sem1/algo/graph/Cargo.lock
@@ -0,0 +1,6 @@
+# This file is automatically @generated by Cargo.
+# It is not intended for manual editing.
+[[package]]
+name = "graph"
+version = "0.1.0"
+