-
-
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) · 599 Bytes
/
Copy pathCargo.toml
File metadata and controls
23 lines (21 loc) · 599 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 = "dotmatrix-fileprinter"
version = "1.0.0"
description = "Neurosymbolic filesystem manipulation via Forth kernel"
authors = ["Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>"]
license = "MPL-2.0"
repository = "https://github.com/hyperpolymath/dotmatrix-fileprinter"
edition = "2021"
rust-version = "1.70"
[dependencies]
gossamer-rs = { path = "../gossamer/bindings/rust" }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
thiserror = "1"
[profile.release]
panic = "abort"
codegen-units = 1
lto = true
opt-level = "z"
strip = true