diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock index a813a85..1c55731 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -47,7 +47,8 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "confindent" version = "2.2.1" -source = "git+https://github.com/gennyble/confindent?branch=v2#127f579c284131feb15f5deec45dde57a5f44284" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ea618ded77af626818bde0f0802da7c20d47e38e23e37be40f6f807a76079e82" [[package]] name = "corgi" @@ -57,6 +58,7 @@ dependencies = [ "http-body-util", "hyper", "hyper-util", + "libloading", "regex-lite", "tokio", ] @@ -199,6 +201,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6" [[package]] +name = "libloading" +version = "0.8.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34" +dependencies = [ + "cfg-if", + "windows-targets", +] + +[[package]] name = "memchr" version = "2.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -238,6 +250,10 @@ name = "parrot" version = "0.1.0" [[package]] +name = "parrot_module" +version = "0.1.0" + +[[package]] name = "pin-project-lite" version = "0.2.16" source = "registry+https://github.com/rust-lang/crates.io-index" |