feat: [日本語] DTP Phase A 基盤追加
This commit is contained in:
parent
1bfc0f9643
commit
986d907e5b
8 changed files with 1485 additions and 12 deletions
11
Cargo.lock
generated
11
Cargo.lock
generated
|
|
@ -616,6 +616,16 @@ dependencies = [
|
|||
"percent-encoding",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "fs2"
|
||||
version = "0.4.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
|
||||
dependencies = [
|
||||
"libc",
|
||||
"winapi",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "futures"
|
||||
version = "0.3.31"
|
||||
|
|
@ -1359,6 +1369,7 @@ dependencies = [
|
|||
"async-trait",
|
||||
"chrono",
|
||||
"dirs",
|
||||
"fs2",
|
||||
"futures",
|
||||
"git2",
|
||||
"glob",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue