changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > demo / obj/Cargo.toml

revision 1: e4f8df713d55
parent 0: eb8ed24e8a76
child 3: 8f59e2f1b8c4
     1.1--- a/obj/Cargo.toml	Sun Apr 30 22:01:32 2023 -0400
     1.2+++ b/obj/Cargo.toml	Sun Apr 30 22:24:18 2023 -0400
     1.3@@ -2,7 +2,15 @@
     1.4 name = "obj"
     1.5 version = "0.1.0"
     1.6 edition = "2021"
     1.7-
     1.8-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
     1.9-
    1.10 [dependencies]
    1.11+ron = "0.7.0"
    1.12+bincode = "1.3.3"
    1.13+serde_json = "1.0.68"
    1.14+serde = { version = "1.0.130", features = ["derive"] }
    1.15+chrono = { version = "0.4.19", features = ["serde"] }
    1.16+mime = "0.3.16"
    1.17+regex = "1.5.4"
    1.18+rusty_ulid = "0.11.0"
    1.19+uuid = { version = "0.8", features = ["serde"] }
    1.20+[target.'cfg(target_arch = "wasm32")'.dependencies]
    1.21+uuid = { version = "0.8", features = ["wasm-bindgen"] }