commonnote 1.0.0

commonnote defines a common data structure for musical note information exchange between hosts.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "commonnote"
version = "1.0.0"
edition = "2024"
authors = ["layetri <rosa@expressivelabs.net>"]
description = "commonnote defines a common data structure for musical note information exchange between hosts."
license = "MIT"
repository = "https://github.com/ExpressiveLabs/commonnote"
homepage = "https://expressivelabs.net/open"
readme = "README.md"
keywords = ["music", "note", "data_structure", "clipboard", "vocal_synth"]

[dependencies]
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"

[features]
util = []