chore: 添加必要的依赖
This commit is contained in:
1876
Cargo.lock
generated
1876
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
10
Cargo.toml
10
Cargo.toml
@@ -5,6 +5,11 @@ edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
serde = { version = "1.0.197", features = ["derive"] }
|
||||
sea-orm = { version = "0.12", features = [
|
||||
"sqlx-sqlite",
|
||||
"runtime-tokio-native-tls",
|
||||
"macros",
|
||||
] }
|
||||
serde_json = "1.0"
|
||||
reqwest = { version = "0.12.0", features = ["json", "stream", "cookies"] }
|
||||
cookie = { version = "0.18.0", features = ["percent-encode"] }
|
||||
@@ -17,6 +22,11 @@ rsa = { version = "0.9.6", features = ["sha2"] }
|
||||
hex = "0.4.3"
|
||||
rand = "0.8.5"
|
||||
regex = "1.10.3"
|
||||
entity = { path = "entity" }
|
||||
migration = { path = "migration" }
|
||||
|
||||
[workspace]
|
||||
members = [".", "entity", "migration"]
|
||||
|
||||
[profile.release]
|
||||
strip = true
|
||||
|
||||
Reference in New Issue
Block a user