-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
23 lines (21 loc) · 698 Bytes
/
Copy pathCargo.toml
File metadata and controls
23 lines (21 loc) · 698 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# SPDX-License-Identifier: MPL-2.0
[package]
name = "idrisiser"
version = "0.1.0"
edition = "2024"
authors = ["Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>"]
description = "Generate proven-correct wrappers from annotated interfaces using Idris2 dependent types"
license = "MPL-2.0"
repository = "https://github.com/hyperpolymath/idrisiser"
keywords = ["idris2", "formal-verification", "dependent-types", "safety"]
categories = ["command-line-utilities", "development-tools"]
[dependencies]
clap = { version = "4", features = ["derive"] }
serde = { version = "1", features = ["derive"] }
toml = "1.1"
anyhow = "1"
thiserror = "2"
handlebars = "6"
walkdir = "2"
[dev-dependencies]
tempfile = "3"