# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "superudict_up" version = "0.1.0" description = "A Dict tool(update)" license = "MIT" [[example]] name = "crate_a_dict" path = "examples/crate_a_dict.rs" [[example]] name = "add_something_to_dict" path = "examples/insert_tools/add_something_to_dict.rs" [[example]] name = "add_something_to_dict_of_index" path = "examples/insert_tools/add_something_to_dict_of_index.rs" [dependencies]