-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCargo.toml
More file actions
31 lines (26 loc) · 774 Bytes
/
Copy pathCargo.toml
File metadata and controls
31 lines (26 loc) · 774 Bytes
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
[package]
name = "date_component"
version = "0.4.8"
authors = ["chenhan <gpgkd906@gmail.com>"]
edition = "2024"
rust-version = "1.85"
license = "MIT"
description = "the missed date_component with chrono. calculate date interval with chrono."
homepage = "https://github.com/gpgkd906/date_component/"
repository = "https://github.com/gpgkd906/date_component/"
documentation = "https://gpgkd906.github.io/date_component/date_component/"
readme = "README.md"
[lib]
name = "date_component"
test = false
doctest = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
chrono = "0.4.41"
chrono-tz = "0.10.4"
[dev-dependencies]
test-case = "3.3.1"
criterion = "0.7.0"
[[bench]]
name = "benchmark"
harness = false