A decentralized music tracking and discovery platform built on AT Protocol 🎵

update Cargo.toml

+2 -5
+2 -5
Cargo.toml
··· 1 [workspace] 2 default-members = ["crates/*"] 3 - members = [ 4 - "crates/*" 5 - ] 6 resolver = "2" 7 8 [workspace.package] 9 authors = ["Tsiry Sandratraina <tsiry.sndr@rocksky.app"] 10 edition = "2021" 11 - license = "LGPL-2.1" 12 repository = "https://github.com/tsirysndr/rocksky" 13 14 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 15 -
··· 1 [workspace] 2 default-members = ["crates/*"] 3 + members = ["crates/*"] 4 resolver = "2" 5 6 [workspace.package] 7 authors = ["Tsiry Sandratraina <tsiry.sndr@rocksky.app"] 8 edition = "2021" 9 + license = "MPL-2.0" 10 repository = "https://github.com/tsirysndr/rocksky" 11 12 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html