aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKunoiSayami <[email protected]>2021-05-10 18:28:02 +0800
committerKunoiSayami <[email protected]>2021-05-10 18:28:02 +0800
commitbaeb888db8a12181f38499560b30c0a84ec9982e (patch)
treee1231e566ba5e25bde522a544d9e7f793dfee80d /Cargo.toml
parent309a78d246ff175eaf12f6a7d4e9d70845b9edda (diff)
refactor(database): Add repo tablev0.3.0
* feat(core): Add upgrade function from database v1 to v2
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4fbfe80..b818819 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cgit-simple-authentication"
-version = "0.2.1"
+version = "0.3.0"
authors = ["KunoiSayami <[email protected]>"]
edition = "2018"
@@ -24,6 +24,9 @@ log4rs = "1"
tokio-stream = "0.1"
argon2 = "0.2"
rand_core = "0.6"
+uuid = { version = "0.8", features = ["v4"] }
+tempdir = "0.3"
+regex = "1"
[target.aarch64-unknown-linux-musl.dependencies]
openssl = { version = "0.10", features = ["vendored"] } \ No newline at end of file