diff options
| author | KunoiSayami <[email protected]> | 2021-05-17 00:51:00 +0800 |
|---|---|---|
| committer | KunoiSayami <[email protected]> | 2021-05-17 00:51:00 +0800 |
| commit | b4d2a6464200751e0bf818e0d1587a60344c1133 (patch) | |
| tree | 9793f83459e35b242742b4bdf45ebc605ad40927 /Cargo.toml | |
| parent | 345197aa4aa148346f14eb3ef1cc76109c9198c4 (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.toml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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" |
