mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 23:21:08 +03:00
0a47f8ea76
chrono still is pulling this in for some reason. Super frustrating. refs: https://github.com/chronotope/chrono/issues/602
15 lines
368 B
TOML
15 lines
368 B
TOML
[package]
|
|
name = "frecency"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
chrono = {version="0.4", default-features=false}
|
|
serde = {version="1.0", features = ["derive"]}
|
|
serde_with = {version="2.0", features = ["chrono_0_4"]}
|
|
|
|
[dev-dependencies]
|
|
serde_json = "1.0"
|