A decentralized music tracking and discovery platform built on AT Protocol 馃幍
at e98a02b1177cd851ad99edb44f7b24208b1a5a4b 11 lines 315 B view raw
1[workspace] 2members = ["crates/*"] 3resolver = "2" 4 5[workspace.package] 6authors = ["Tsiry Sandratraina <tsiry.sndr@rocksky.app"] 7edition = "2021" 8license = "MPL-2.0" 9repository = "https://github.com/tsirysndr/rocksky" 10 11# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html