summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDrew Morris <drewmerit.personal@gmail.com>2022-07-09 16:50:57 -0600
committerDrew Morris <drewmerit.personal@gmail.com>2022-07-09 16:50:57 -0600
commitdf68d1a86e9967f4d05ff2dcc1e369bffe808e52 (patch)
tree84feb14582ad24a9d755c9ee4a42fcbcbfee9fa2 /Cargo.toml
parent6588d9be22b511c98520de4f4df0c3939aae610e (diff)
chore: Update spacing in Cargo.toml
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f7a1ffb..e356a2c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,7 +11,7 @@ console = "0.15"
notify = "4.0"
toml = "0.5"
regex = "1.5"
-serde= { version = "1.0", features = ["derive"] }
+serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.81"
home = "0.5.3"
glob = "0.3.0"