diff options
| author | 魏曹先生 <1992414357@qq.com> | 2025-10-06 17:21:49 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-06 17:21:49 +0800 |
| commit | c1d862d6df58173c24604e4dda33db8ce3be3ad7 (patch) | |
| tree | 171ecf07053748ce7493efaeff5eefbc8645b2cb /Cargo.lock | |
| parent | 66a32a8584cf34a881ec45f47d379fb3b1637033 (diff) | |
| parent | e12f167de8e16baa78c86b09eab75201281d3f95 (diff) | |
Merge pull request #19 from JustEnoughVCS/jvcs_dev
Jvcs dev
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -413,6 +413,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" [[package]] +name = "examples" +version = "0.1.0" +dependencies = [ + "action_system", + "cfg_file", + "string_proc", + "tcp_connection", + "tokio", +] + +[[package]] name = "fiat-crypto" version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" |
