-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
47 lines (41 loc) · 1.13 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
39
40
41
42
43
44
45
46
47
[package]
authors = ["alexhallam <alexhallam6.28@gmail.com>"]
categories = ["command-line-utilities"]
description = "Few Word Do Trick (fwdt) is a fast data logger Very High Scorch. The fastest and least error prone way to do data entry."
license = "Unlicense/MIT"
readme = "README.md"
repository = "https://github.com/alexhallam/fwdt"
name = "fwdt"
version = "0.1.2"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
regex = "1.6.0"
csv = "1.1.6"
structopt = "0.3.26"
[dev-dependencies]
assert_cmd = "2.0.8"
predicates = "2.1.5"
[package.metadata.deb]
assets = [
[
"target/release/fwdt",
"usr/bin/",
"755",
],
[
"README.md",
"usr/share/doc/cargo-deb/README",
"644",
],
]
depends = "$auto"
extended-description = """\
Few Word Do Trick (fwdt) is a fast data logger Very High Scorch. The fastest and least error prone way to do data entry.
"""
license-file = ["UNLICENSE", "0"]
maintainer = "Alex Hallam <alexhallam6.28@gmail.com>"
priority = "optional"
section = "utility"
# cross-rs
[package.metadata.cross.target.aarch64-unknown-linux-gnu]