refactor: rename project to snake case

This commit is contained in:
Price Hiller 2023-10-04 14:44:35 -05:00
parent 4681dc4b66
commit 6c369c75dd
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -3,5 +3,5 @@
version = 3
[[package]]
name = "Graph-Theory"
name = "graph_theory"
version = "0.1.0"

View File

@ -1,5 +1,5 @@
[package]
name = "Graph-Theory"
name = "graph_theory"
version = "0.1.0"
edition = "2021"