Skip to content

Commit 0a477a2

Browse files
committed
Changed authors in Cargo.toml
1 parent 4867113 commit 0a477a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "simple_graph_algorithms"
33
version = "0.1.0"
44
edition = "2021"
5-
authors = "Louis H."
5+
authors = ["Louis H."]
66
description = "A library with the goal of making running graph algorithms as easy as possible."
77
license = "MIT"
88
repository = "https://github.com/LMH01/simple_graph_algorithms"

0 commit comments

Comments
 (0)