diff options
author | Julian T <julian@jtle.dk> | 2020-02-11 12:24:56 +0100 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2020-02-11 12:24:56 +0100 |
commit | 6db1a2cdd3b96731f2e092d55d8c2136eabc52d0 (patch) | |
tree | 2be8fae8ce82d708ed9f00f376dda14420850e80 /sem1/algo/graph/Cargo.toml | |
parent | 57305119e05559c1c37e903aef89cd43f44c42c9 (diff) |
Rename and cleanup
Diffstat (limited to 'sem1/algo/graph/Cargo.toml')
-rw-r--r-- | sem1/algo/graph/Cargo.toml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sem1/algo/graph/Cargo.toml b/sem1/algo/graph/Cargo.toml deleted file mode 100644 index 896f437..0000000 --- a/sem1/algo/graph/Cargo.toml +++ /dev/null @@ -1,9 +0,0 @@ -[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] |