# 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 = "misitebao" version = "1.1.0" authors = ["Misitebao "] description = "Hi, I am Misitebao." homepage = "https://github.com/misitebao/misitebao" readme = "README.md" keywords = [ "misitebao", "misi", ] license = "MIT" repository = "https://github.com/misitebao/misitebao" resolver = "2" [lib] name = "misitebao" path = "src/lib.rs" [[bin]] name = "misitebao" path = "src/main.rs" [[bin]] name = "misi" path = "src/main.rs" [dependencies.open] version = "3"