-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCargo.toml
More file actions
26 lines (23 loc) · 689 Bytes
/
Copy pathCargo.toml
File metadata and controls
26 lines (23 loc) · 689 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
25
26
[package]
name = "ncc"
version = "0.1.4"
edition = "2021"
rust-version = "1.74"
description = "Compiler for custom modes on Novation MIDI devices"
documentation = "https://github.com/taylordotfish/ncc"
readme = ".misc/package-readme.md"
repository = "https://github.com/taylordotfish/ncc"
license = "AGPL-3.0-or-later"
keywords = ["novation", "launchkey", "launchpad", "components", "compiler"]
categories = ["compilers", "encoding", "command-line-utilities"]
exclude = ["*.png", "/tests"]
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.toml]
version = "0.8"
default-features = false
features = ["parse"]
[dev-dependencies]
sha2 = "0.10.8"
hex-literal = "0.4"