aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKunoiSayami <[email protected]>2021-05-17 00:51:00 +0800
committerKunoiSayami <[email protected]>2021-05-17 00:51:00 +0800
commitb4d2a6464200751e0bf818e0d1587a60344c1133 (patch)
tree9793f83459e35b242742b4bdf45ebc605ad40927 /Cargo.toml
parent345197aa4aa148346f14eb3ef1cc76109c9198c4 (diff)
refactor(core): Rebuilt the subcommand structurev2.0.0
* refactor(test): Rename mod from core_test to core
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f5d2b94..0cd5638 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cgit-simple-authentication"
-version = "1.0.0"
+version = "2.0.0"
authors = ["KunoiSayami <[email protected]>"]
edition = "2018"
@@ -9,7 +9,6 @@ log = { version = "0.4", features = ["max_level_trace", "release_max_level_debug
env_logger = "0.8"
tokio = { version = "1", features = ["full"] }
serde_json = "1"
-serde_derive = "1"
serde = { version = "1", features = ["derive"] }
anyhow = "1"
toml = "0.5"