Add libclide. (#23)

This commit was merged in pull request #23.
This commit is contained in:
2026-03-14 01:33:42 +00:00
parent f6fdd19f73
commit 05cbe05cc0
41 changed files with 1095 additions and 474 deletions

16
libclide/Cargo.lock generated Normal file
View File

@@ -0,0 +1,16 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4
[[package]]
name = "anyhow"
version = "1.0.102"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
[[package]]
name = "libclide"
version = "0.1.0"
dependencies = [
"anyhow",
]