-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
24 lines (22 loc) · 729 Bytes
/
Cargo.toml
File metadata and controls
24 lines (22 loc) · 729 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
# SPDX-License-Identifier: PMPL-1.0-or-later
[package]
name = "eclexiaiser"
version = "0.1.0"
edition = "2024"
authors = ["Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>"]
description = "Add energy, carbon, and resource-cost awareness to existing software via Eclexia economics-as-code"
license-file = "LICENSE"
repository = "https://github.com/hyperpolymath/eclexiaiser"
keywords = ["eclexia", "acceleration", "code-generation"]
categories = ["command-line-utilities", "development-tools"]
[dependencies]
clap = { version = "4", features = ["derive"] }
serde = { version = "1", features = ["derive"] }
toml = "0.8"
serde_json = "1"
anyhow = "1"
thiserror = "2"
handlebars = "6"
walkdir = "2"
[dev-dependencies]
tempfile = "3"