mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 07:25:52 +03:00
[GH-ISSUE #435] No 'package' info found in 'Cargo.toml' #274
Labels
No labels
api
bug
build
documentation
duplicate
enhancement
good first issue
help wanted
idea
invalid
linux
lowprio
macos
pull-request
upstream
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/psst#274
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mitchweaver on GitHub (Aug 30, 2023).
Original GitHub issue: https://github.com/jpochyla/psst/issues/435
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.
@onpaws commented on GitHub (Sep 20, 2023):
What does
cargo checksay?I'm not an expert but given this repo uses cargo workspaces, I wonder if you might want to
cdinto thepsst-guifolder and try again.@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.