14 lines
308 B
TOML
14 lines
308 B
TOML
[package]
|
|
name = "ticket"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
chrono = { version = "0.4", default-features = false, features = ["clock"] }
|
|
fs4 = { workspace = true, features = ["sync"] }
|
|
thiserror.workspace = true
|
|
|
|
[dev-dependencies]
|
|
tempfile.workspace = true
|