feat: update packages

This commit is contained in:
Alex Wellnitz 2024-02-12 21:44:28 +01:00
parent 0e3c5332df
commit af7140790c
5 changed files with 645 additions and 377 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/target
.vscode/settings.json

View File

@ -1,5 +0,0 @@
{
"rust-analyzer.linkedProjects": [
"./Cargo.toml"
]
}

1000
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -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"] }

View File

@ -1,2 +0,0 @@
pub mod hello;
pub mod search;