aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 95f81c5ef2fff308da1b630d67fe29d5023cf116 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[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"
repository = "https://github.com/locusts-r-us/locusts"

[dependencies]