mirror of
https://codeberg.org/icewind/palantir.git
synced 2026-06-03 10:14:09 +02:00
extract to lib:
This commit is contained in:
parent
490398318a
commit
0b77b8d6a3
6 changed files with 262 additions and 264 deletions
7
Cargo.lock
generated
7
Cargo.lock
generated
|
|
@ -752,6 +752,12 @@ dependencies = [
|
|||
"want",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "iai"
|
||||
version = "0.1.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "71a816c97c42258aa5834d07590b718b4c9a598944cd39a52dc25b351185d678"
|
||||
|
||||
[[package]]
|
||||
name = "idna"
|
||||
version = "0.2.2"
|
||||
|
|
@ -1034,6 +1040,7 @@ dependencies = [
|
|||
"futures-lite",
|
||||
"futures-util",
|
||||
"heim",
|
||||
"iai",
|
||||
"once_cell",
|
||||
"parse-display",
|
||||
"regex",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue