diff options
| author | LLLL Colonq <llll@colonq> | 2025-04-07 05:07:29 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-04-07 05:07:29 -0400 |
| commit | 7b3157308a0359320f5d098acfa80c6f3bff5a54 (patch) | |
| tree | 74343fb53a42ba6805bdb165740606c0d0983e20 /Cargo.lock | |
| parent | a3073cfa729d4bc2796d6956764d77bde049aad1 (diff) | |
Add some utility functions
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 29 |
1 files changed, 29 insertions, 0 deletions
@@ -1068,6 +1068,12 @@ dependencies = [ ] [[package]] +name = "heck" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" + +[[package]] name = "hermit-abi" version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -2477,6 +2483,28 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731" [[package]] +name = "strum" +version = "0.27.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f64def088c51c9510a8579e3c5d67c65349dcf755e5479ad3d010aa6454e2c32" +dependencies = [ + "strum_macros", +] + +[[package]] +name = "strum_macros" +version = "0.27.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c77a8c5abcaf0f9ce05d62342b7d298c346515365c36b673df4ebe3ced01fde8" +dependencies = [ + "heck", + "proc-macro2", + "quote", + "rustversion", + "syn", +] + +[[package]] name = "subtle" version = "2.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -2649,6 +2677,7 @@ dependencies = [ "reqwest", "serde", "serde_json", + "strum", "tobj", "tracing-wasm", "wasm-bindgen", |
