mirror of
https://github.com/openharmony/third_party_rust_httpdate.git
synced 2026-07-01 22:43:59 -04:00
12 lines
391 B
TOML
12 lines
391 B
TOML
[package]
|
|
name = "httpdate"
|
|
version = "1.0.0-alpha"
|
|
authors = ["Pyfisch <pyfisch@gmail.com>"]
|
|
license = "MIT/Apache-2.0"
|
|
description = "HTTP date parsing and formatting"
|
|
keywords = ["http", "date", "time", "simple", "timestamp"]
|
|
readme = "README.md"
|
|
documentation = "https://pyfisch.github.io/httpdate/httpdate/index.html"
|
|
repository = "https://github.com/pyfisch/httpdate"
|
|
edition = "2018"
|