Use Garmelon/vault
This commit is contained in:
parent
35a140e21f
commit
7e9e441c1e
15 changed files with 442 additions and 458 deletions
10
Cargo.lock
generated
10
Cargo.lock
generated
|
|
@ -203,6 +203,7 @@ dependencies = [
|
|||
"toss",
|
||||
"unicode-segmentation",
|
||||
"unicode-width",
|
||||
"vault",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
@ -1392,6 +1393,15 @@ version = "0.7.6"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
|
||||
|
||||
[[package]]
|
||||
name = "vault"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/Garmelon/vault.git?tag=v0.1.0#028c72cac4e84bfbbf9fb03b15acb59989a31df9"
|
||||
dependencies = [
|
||||
"rusqlite",
|
||||
"tokio",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "vcpkg"
|
||||
version = "0.2.15"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue