Add package metadata
This commit is contained in:
parent
8d8340c579
commit
61aabf53b8
|
@ -1,7 +1,14 @@
|
|||
[package]
|
||||
name = "dr"
|
||||
description = "Command-line data file processing in Rust"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
include = [
|
||||
"**/*.rs",
|
||||
"Cargo.toml",
|
||||
]
|
||||
license-file = "LICENSE"
|
||||
repository = "https://git.guillemborrell.es/guillem/dr"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
|
|
Loading…
Reference in a new issue