-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Cargo.toml
38 lines (36 loc) · 1.04 KB
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[package]
name = "TODO_CRATE_NAME"
version = "0.0.1"
authors = ["Tamme Schichler <[email protected]>"]
edition = "2021"
rust-version = "1.56"
description = "TODO_DESCRIPTION"
license = "MIT OR Apache-2.0"
repository = "https://github.com/Tamschi/TODO_CRATE_NAME"
homepage = "https://github.com/Tamschi/TODO_CRATE_NAME/tree/v0.0.1"
documentation = "https://docs.rs/TODO_CRATE_NAME/0.0.1"
keywords = [] #TODO
categories = [] #TODO
readme = "README.md"
include = [
"**/*.rs",
"!tests/unincluded_*.rs", # Tests of meta data files not included in the package.
"Cargo.toml",
"CHANGELOG.md",
"CODE_OF_CONDUCT.md",
"COPYRIGHT.md",
"LICENSE-*",
"README.md",
"SECURITY.md",
]
resolver = "2"
publish = false
[badges]
is-it-maintained-issue-resolution = { repository = "Tamschi/TODO_CRATE_NAME" }
is-it-maintained-open-issues = { repository = "Tamschi/TODO_CRATE_NAME" }
maintenance = { status = "experimental" } # This may differ between branches.
[dev-dependencies]
cargo-husky = "1.5.0"
git_info = "0.1.2"
version-sync = "0.9.3"
wasm-bindgen-test = "0.3.28"