summaryrefslogtreecommitdiff
path: root/median-of-two-sorted-arrays/Cargo.toml
blob: 58b9f7ba559640417a16b073b50bd4804c7c7d00 (plain)
1
2
3
4
5
6
7
8
[package]
name = "median-of-two-sorted-arrays"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]