[GH-ISSUE #435] No 'package' info found in 'Cargo.toml' #274

Closed
opened 2026-02-28 14:31:50 +03:00 by kerem · 2 comments
Owner

Originally created by @mitchweaver on GitHub (Aug 30, 2023).
Original GitHub issue: https://github.com/jpochyla/psst/issues/435

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.

Originally created by @mitchweaver on GitHub (Aug 30, 2023). Original GitHub issue: https://github.com/jpochyla/psst/issues/435 ``` 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.
kerem 2026-02-28 14:31:50 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@onpaws commented on GitHub (Sep 20, 2023):

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.

<!-- gh-comment-id:1728219494 --> @onpaws commented on GitHub (Sep 20, 2023): What does `cargo check` say? I'm not an expert but given this repo uses [cargo workspaces](https://doc.rust-lang.org/book/ch14-03-cargo-workspaces.html), I wonder if you might want to `cd` into the `psst-gui ` folder and try again.
Author
Owner

@Insprill commented on GitHub (Sep 21, 2023):

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.

<!-- gh-comment-id:1728604311 --> @Insprill commented on GitHub (Sep 21, 2023): You do need to cd into `psst-gui`, that's [what we do in the CI build](https://github.com/jpochyla/psst/blob/67ec1b444112308ef74557225cec3b261a6d724f/.github/workflows/build.yml#L55-L58). If it's still not working this can be reopened.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/psst#274
No description provided.