diff options
| author | Mica White <botahamec@outlook.com> | 2026-06-05 17:57:27 -0400 |
|---|---|---|
| committer | Mica White <botahamec@outlook.com> | 2026-06-05 17:57:27 -0400 |
| commit | 67fc414e1e490da951bd0fd037f8ad179a0c0824 (patch) | |
| tree | 7c1e723fb3bb730eb7be3c6bb14714687a895982 /Cargo.lock | |
| parent | a994d9acd6a7083349b930d6b08b25b28792344f (diff) | |
Documentation
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -33,16 +33,6 @@ dependencies = [ ] [[package]] -name = "auguments" -version = "0.1.0" -dependencies = [ - "attribute-derive", - "proc-macro2", - "quote", - "syn", -] - -[[package]] name = "collection_literals" version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -60,6 +50,16 @@ dependencies = [ ] [[package]] +name = "feluments" +version = "0.1.0" +dependencies = [ + "attribute-derive", + "proc-macro2", + "quote", + "syn", +] + +[[package]] name = "interpolator" version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" |
