aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 4d16b2df2fde52d6a8f854c6ae3cd772faef4d88 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[package]
name = "locusts"
version = "1.0.0"
description = "A Rust library that introduces locusts into your codebase"
authors = ["Matt Strapp <matt+locusts@mattstrapp.net>"]
readme = "docs/Rust.md"
license = "0BSD"
edition = "2015"

[dependencies]