Skip to content

Commit 874ebef

Browse files
committed
Update package metadata
1 parent 4512592 commit 874ebef

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Cargo.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
[package]
22
name = "readap"
3+
description = "A parser for the OpenDAP DAP2 protocol"
34
version = "0.1.0"
45
edition = "2021"
6+
authors = ["Matthew Iannucci <mpiannucci@gmail.com>"]
7+
license = "MIT"
8+
readme = "README.md"
9+
keywords = ["dap", "opendap", "scientific", "data"]
10+
categories = ["encoding", "parser-implementations", "parsing", "science", "science::geo"]
11+
repository = "https://github.com/mpiannucci/readap"
512

613
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
714

815
[dependencies]
916
nom = "7"
10-
thiserror = "1.0"
17+
thiserror = "1.0"

0 commit comments

Comments
 (0)