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

9
__ffi/calltoc/Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[package]
name = "calltoc"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
libc = "0.2.139"