algos/Cargo.toml
Felix Martin 79a7a05b21 Implement merge sort in Python
I know, I want to do this in Rust, but prototyping in Python comes much
more natural to me. I have to work on my Rust skills!
2020-11-13 14:48:47 -05:00

10 lines
218 B
TOML

[package]
name = "algos"
version = "0.1.0"
authors = ["Felix Martin <mail@felixm.de>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]