Skip to content

Commit ac8b1d0

Browse files
committed
Add some package metadata
1 parent 37b6233 commit ac8b1d0

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

midi-udp-client/Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
name = "caw_midi_udp_client"
33
version = "0.1.0"
44
edition = "2024"
5+
description = "A UDP client for sending midi commands to caw synthesizers"
6+
authors = ["Stephen Sherratt <[email protected]>"]
7+
license = "MIT"
8+
homepage = "https://github.com/gridbugs/caw.git"
9+
repository = "https://github.com/gridbugs/caw.git"
10+
documentation = "https://docs.rs/caw_widgets"
511

612
[dependencies]
713
anyhow = "1.0"

midi-udp-widgets-app/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
name = "caw_midi_udp_widgets_app"
33
version = "0.1.0"
44
edition = "2024"
5+
description = "App for launching widgets that communicate with a caw synthesizer by sending midi commands over UDP"
6+
authors = ["Stephen Sherratt <[email protected]>"]
7+
license = "MIT"
8+
homepage = "https://github.com/gridbugs/caw.git"
9+
repository = "https://github.com/gridbugs/caw.git"
510

611
[dependencies]
712
caw_widgets = { version = "0.1", path = "../widgets" }

widgets/Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
name = "caw_widgets"
33
version = "0.1.0"
44
edition = "2024"
5+
description = "Graphical widgets for the caw synthesizer framework"
6+
authors = ["Stephen Sherratt <[email protected]>"]
7+
license = "MIT"
8+
homepage = "https://github.com/gridbugs/caw.git"
9+
repository = "https://github.com/gridbugs/caw.git"
10+
documentation = "https://docs.rs/caw_widgets"
511

612
[dependencies]
713
anyhow = "1.0"

0 commit comments

Comments
 (0)