From b4d2a6464200751e0bf818e0d1587a60344c1133 Mon Sep 17 00:00:00 2001 From: KunoiSayami <46131041+KunoiSayami@users.noreply.github.com> Date: Mon, 17 May 2021 00:51:00 +0800 Subject: refactor(core): Rebuilt the subcommand structure * refactor(test): Rename mod from core_test to core --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Cargo.toml') 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 <46131041+KunoiSayami@users.noreply.github.com>"] 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" -- cgit v1.3.1