Skip to content

Commit

Permalink
cargo: update some fields
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntSushi committed Feb 14, 2023
1 parent d7a4f7d commit 9e1126a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ name = "csv"
version = "1.1.6" #:version
authors = ["Andrew Gallant <[email protected]>"]
description = "Fast CSV parsing with support for serde."
documentation = "http:https://burntsushi.net/rustdoc/csv/"
documentation = "https:https://docs.rs/csv"
homepage = "https://github.com/BurntSushi/rust-csv"
repository = "https://github.com/BurntSushi/rust-csv"
readme = "README.md"
keywords = ["csv", "comma", "parser", "delimited", "serde"]
license = "Unlicense/MIT"
categories = ["encoding", "parser-implementations"]
exclude = ["/.travis.yml", "/appveyor.yml", "/ci/*", "/scripts/*"]
exclude = ["/.github", "/ci/*", "/scripts/*"]
edition = "2021"

[workspace]
Expand Down

0 comments on commit 9e1126a

Please sign in to comment.