diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-02-06 03:37:54 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-02-06 03:37:54 +0800 |
| commit | f0001b45f91e7889c7060e45ac6c740401f7acb3 (patch) | |
| tree | 51f0f93ecc4b1240871801b52ae0ffa77b3e8e6e /Cargo.lock | |
| parent | 520925836243b9c3e60f199f11374b3eddbe3fae (diff) | |
Add FFI support for constants with C-compatible functions
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -293,6 +293,7 @@ checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6" name = "constants" version = "0.1.0" dependencies = [ + "libc", "macros", ] @@ -689,6 +690,7 @@ dependencies = [ "chrono", "constants", "data_struct", + "jvlib", "sha1_hash", "string_proc", "tcp_connection", @@ -699,6 +701,14 @@ dependencies = [ ] [[package]] +name = "jvlib" +version = "0.1.0" +dependencies = [ + "constants", + "libc", +] + +[[package]] name = "lazy_static" version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" |
