Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_015GeH3y8fwTaTudaD88P57o
24 lines
522 B
TOML
24 lines
522 B
TOML
[package]
|
|
name = "enok"
|
|
version = "0.4.3"
|
|
edition = "2021"
|
|
description = "Årlig energiberegning og energirapport for boliger etter NS 3031 (timesmetode, ISO 52016-1)"
|
|
license = "MIT"
|
|
|
|
[dependencies]
|
|
anyhow = "1"
|
|
clap = { version = "4", features = ["derive"] }
|
|
serde = { version = "1", features = ["derive"] }
|
|
toml = "0.8"
|
|
serde_json = "1"
|
|
csv = "1"
|
|
quick-xml = "0.37"
|
|
ureq = "2"
|
|
zip = { version = "2", default-features = false, features = ["deflate"] }
|
|
|
|
[dev-dependencies]
|
|
approx = "0.5"
|
|
|
|
[profile.release]
|
|
opt-level = 3
|