Update Cargo.toml

master
Trivernis 4 years ago
parent 677f021610
commit 90653be63c

@ -3,6 +3,13 @@ name = "benchlib-rs"
version = "0.1.0"
authors = ["Trivernis <trivernis@gmail.com>"]
edition = "2018"
license-file = "LICENSE"
readme = "README.md"
description = "A libary to benchmark closures"
[lib]
name = "benchlib"
crate-type = ["lib"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

@ -0,0 +1,3 @@
# benchlib-rs
A library for benchmarking in rust
Loading…
Cancel
Save