aboutsummaryrefslogtreecommitdiff
path: root/sem1/algo/graph/Cargo.toml
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.toml
parent8cbdd712bbef89c2d7996fa9be8b768e6f9fd1a9 (diff)
Added graph structure in rust. Not working very well
Diffstat (limited to 'sem1/algo/graph/Cargo.toml')
-rw-r--r--sem1/algo/graph/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/sem1/algo/graph/Cargo.toml b/sem1/algo/graph/Cargo.toml
new file mode 100644
index 0000000..896f437
--- /dev/null
+++ b/sem1/algo/graph/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "graph"
+version = "0.1.0"
+authors = ["Julian T <julian@jtle.dk>"]
+edition = "2018"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]