diff options
| -rw-r--r-- | .gitignore | 6 | ||||
| -rw-r--r-- | Cargo.toml | 8 | ||||
| -rw-r--r-- | graph-checker/Cargo.lock (renamed from Cargo.lock) | 0 | ||||
| -rw-r--r-- | graph-checker/Cargo.toml | 6 | ||||
| -rw-r--r-- | graph-checker/src/main.rs (renamed from src/main.rs) | 0 |
5 files changed, 10 insertions, 10 deletions
@@ -1,6 +1,8 @@ -# Rust -/target .* +!.gitignore + +# Rust +target # Python venv diff --git a/Cargo.toml b/Cargo.toml deleted file mode 100644 index 69fb7fe..0000000 --- a/Cargo.toml +++ /dev/null @@ -1,8 +0,0 @@ -[package] -name = "coursework-year3" -version = "0.1.0" -edition = "2021" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - -[dependencies] diff --git a/Cargo.lock b/graph-checker/Cargo.lock index 41ac3f5..41ac3f5 100644 --- a/Cargo.lock +++ b/graph-checker/Cargo.lock diff --git a/graph-checker/Cargo.toml b/graph-checker/Cargo.toml new file mode 100644 index 0000000..ffce39c --- /dev/null +++ b/graph-checker/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "graph-checker" +version = "0.1.0" +edition = "2021" + +[dependencies] diff --git a/src/main.rs b/graph-checker/src/main.rs index e09d15f..e09d15f 100644 --- a/src/main.rs +++ b/graph-checker/src/main.rs |