# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "leetcode" version = "0.1.4" authors = ["Yu Ding"] include = ["Cargo.toml", "LICENSE", "README.md", "src/lib.rs", "src/two_sum.rs", "src/add_two_numbers.rs", "src/longest_substring_without_repeating_characters.rs", "src/median_of_two_sorted_arrays.rs"] description = "Leetcode solutions in Rust" homepage = "https://github.com/dingelish/leetcode-rs" license = "MIT" repository = "https://github.com/dingelish/leetcode-rs" [lib] name = "leetcode" crate-type = ["rlib", "staticlib"] [dependencies]