[dependencies]
[lib]
crate-type = ["rlib", "staticlib"]
name = "leetcode"
[package]
authors = ["Yu Ding"]
description = "Leetcode solutions in Rust"
edition = "2018"
homepage = "https://github.com/dingelish/leetcode-rs"
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"]
license = "MIT"
name = "leetcode"
repository = "https://github.com/dingelish/leetcode-rs"
version = "0.1.4"