update dependencies
This commit is contained in:
parent
0259aa70e7
commit
f97ec8378b
462
Cargo.lock
generated
462
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -2,6 +2,7 @@
|
||||
name = "aro"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
rust-version = "1.80"
|
||||
|
||||
[dependencies]
|
||||
serde_json = "1.0"
|
||||
@ -10,7 +11,7 @@ nom = "7.1"
|
||||
actix-web = { version = "4.5", default-features = false, features = ["macros"] }
|
||||
itertools = "0.12"
|
||||
time = { version = "0.3", features = ["serde", "serde-human-readable"] }
|
||||
regex = { version = "1.10", default-features = false, features = ["std"] }
|
||||
regex = { version = "1.10", default-features = false, features = ["std", "unicode-perl"] }
|
||||
|
||||
[dev-dependencies]
|
||||
test-case = "3.3"
|
||||
|
@ -1,4 +1,4 @@
|
||||
#![feature(lazy_cell, try_blocks)]
|
||||
#![feature(try_blocks)]
|
||||
use actix_web::{http::header, route, web, App, Either, HttpResponse, HttpServer};
|
||||
use data::{Card, CardInfo, Set};
|
||||
use filter::SearchCard;
|
||||
|
Loading…
Reference in New Issue
Block a user