[package] name = "torq" description = "a tiny torrent parser. built on top of Benko" version = "0.1.0" license = "Unlicense OR MIT" authors = ["Tim "] repository = "https://github.com/sveppa/torq" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] benko = "1.0"