feat: add calltoc

This commit is contained in:
2022-12-30 13:04:31 +08:00
parent b98542fff3
commit 060c6b2263
6 changed files with 102 additions and 0 deletions

16
__ffi/calltoc/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 = 3
[[package]]
name = "calltoc"
version = "0.1.0"
dependencies = [
"libc",
]
[[package]]
name = "libc"
version = "0.2.139"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"