Add more cargo metadata

This commit is contained in:
Denis Redozubov 2023-06-28 20:13:35 +04:00
parent 73ff7407b4
commit 7ba5a19a16

View file

@ -1,6 +1,10 @@
[package] [package]
name = "poly" name = "poly"
description = "Polyrhythmically-inclinded Midi Drum generator" description = "Polyrhythmically-inclinded Midi Drum generator"
homepage = "https://github.com/dredozubov/poly"
repository = "https://github.com/dredozubov/poly"
readme = "README.md"
license-file = "LICENSE.txt"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition = "2021"