feat: update packages
This commit is contained in:
parent
0e3c5332df
commit
af7140790c
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/target
|
||||
.vscode/settings.json
|
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
@ -1,5 +0,0 @@
|
||||
{
|
||||
"rust-analyzer.linkedProjects": [
|
||||
"./Cargo.toml"
|
||||
]
|
||||
}
|
1000
Cargo.lock
generated
1000
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
14
Cargo.toml
14
Cargo.toml
@ -9,13 +9,7 @@ license = "MIT"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
serde = { version = "1.0.189", features = ["derive"] }
|
||||
serde_json = "1.0.107"
|
||||
tokio = { version = "1.0", features = ["full"] }
|
||||
unicode-segmentation = "^1"
|
||||
regex = "^1"
|
||||
md5 = "0.7.0"
|
||||
tempfile = "3.8.0"
|
||||
axum = "0.7.4"
|
||||
tracing = "0.1"
|
||||
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
||||
actix-web = "4"
|
||||
env_logger = "0.10.0"
|
||||
log = "0.4.19"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
@ -1,2 +0,0 @@
|
||||
pub mod hello;
|
||||
pub mod search;
|
Loading…
x
Reference in New Issue
Block a user