feat: log the datetime the crate was built to prevent confusion

This commit is contained in:
2025-03-17 15:47:56 -04:00
parent 530a73d00e
commit 2a99e67d7c
4 changed files with 455 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ itertools = "0.14.0"
pyo3 = { version = "0.23.0", features = ["chrono", "chrono-tz"] }
pyo3-async-runtimes = { version = "0.23.0", features = ["tokio-runtime"] }
serde_json = "1.0.140"
shadow-rs = { version = "1.0.1", default-features = false }
snafu = "0.8.5"
strum = { version = "0.27.1", features = ["derive"] }
tokio = { version = "1.32.0", features = ["rt", "rt-multi-thread", "time"] }
@@ -30,3 +31,6 @@ tracing = "0.1.37"
tracing-appender = "0.2.3"
tracing-subscriber = "0.3.17"
ulid = "1.2.0"
[build-dependencies]
shadow-rs = "1.0.1"