-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCargo.toml
22 lines (20 loc) · 843 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[package]
name = "new-rust-project"
description = "@ErichDonGubler's fancy template for new Rust projects"
version = "0.1.5-pre"
authors = ["Erich Gubler <[email protected]>"]
edition = "2018"
# homepage = "https://github.com/erichdongubler/new-rust-project"
readme = "README.md"
repository = "https://github.com/erichdongubler/new-rust-project"
keywords = ["template", "new", "project"]
categories = ["development-tools"]
license = "MPL-2.0"
[badges]
is-it-maintained-issue-resolution = { repository = "https://github.com/erichdongubler/new-rust-project" }
is-it-maintained-open-issues = { repository = "https://github.com/erichdongubler/new-rust-project" }
maintenance = { status = "experimental" }
travis-ci = { repository = "erichdongubler/new-rust-project" }
[dev-dependencies]
version-sync = "0.8.1"
cargo-sync-readme = "0.2.0"