Skip to content

Commit a006aae

Browse files
committed
cicd: changed initial release version #minor
1 parent 2fad916 commit a006aae

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

api/Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "not-byte/auth/api"
2+
name = "not-byte-auth-api"
33
version = "0.1.0"
44
edition = "2021"
55

@@ -9,12 +9,12 @@ path = "src/main.rs"
99

1010
[dependencies]
1111
axum = "0.8.8"
12-
blake3 = "1.8.3"
13-
faker_rand = "0.1.1"
14-
rand = "0.8.5"
15-
serde = { version = "1.0.2", features = ["derive"] }
16-
serde_json = "1.0.0"
17-
surrealdb = "2.4.1"
18-
thiserror = "2.0.18"
12+
# blake3 = "1.8.3"
13+
# faker_rand = "0.1.1"
14+
# rand = "0.8.5"
15+
# serde = { version = "1.0.2", features = ["derive"] }
16+
# serde_json = "1.0.0"
17+
# surrealdb = "2.4.1"
18+
# thiserror = "2.0.18"
1919
tokio = { version = "1.0.0", features = ["full"] }
20-
tower-http = { version = "0.6.8", features = ["cors"] }
20+
# tower-http = { version = "0.6.8", features = ["cors"] }

0 commit comments

Comments
 (0)