jpochyla / psst

Fast and multi-platform Spotify client with native GUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No 'package' info found in 'Cargo.toml'

mitchweaver opened this issue · comments

commented
mitch@macbook[psst] cargo build --release
...
   Compiling psst-cli v0.1.0 (/tmp/tmp-mitch/psst/psst-cli)k, psst-core, gio, gtk
   Compiling druid v0.8.3 (https://github.com/jpochyla/druid?branch=psst#230f7dd8)
    Finished release [optimized] target(s) in 4m 10sst-gui(bin)
    
mitch@macbook[psst] cargo bundle --release
error: No 'package' info found in 'Cargo.toml'

Can't install. Arm64 on Fedora. Runs perfectly fine with cargo run.
I'm not familiar with Rust or cargo so excuse me if this is a facepalm user error.

commented

What does cargo check say?

I'm not an expert but given this repo uses cargo workspaces, I wonder if you might want to cd into the psst-gui folder and try again.

You do need to cd into psst-gui, that's what we do in the CI build. If it's still not working this can be reopened.