Skip to content

Instantly share code, notes, and snippets.

@stew
stew / Cargo.toml
Last active July 19, 2020 03:31 — forked from johnynek/Cargo.toml
a toy example of CSV wordcount.
[package]
name = "hello"
version = "0.1.0"
authors = ["P. Oscar Boykin <boykin@pobox.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
csv = "1.1"