Skip to content

Commit

Permalink
package for crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-dupre committed Feb 17, 2024
1 parent fb648aa commit edaeca7
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 454,526 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,17 @@ env:

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- name: Build
run: cargo build --verbose

- name: Run tests
run: cargo test --verbose

- uses: katyo/publish-crates@v2
with:
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
10 changes: 8 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
[package]

package]
name = "pinix"
description = " Progress In Nix - Pacman inspired frontend for Nix "
description = "Progress In Nix - Pacman inspired frontend for Nix"
authors = ["Rémi Dupré <remi@dupre.io>"]
license = "LGPL-3.0-or-later"
readme = "README.md"
repository = "https://github.com/remi-dupre/pinix"
homepage = "https://github.com/remi-dupre/pinix"
version = "0.2.0"
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion TODO.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# To Do

- autocomplete
- light shell scripts for wrapper commands
- option : configure truncation of logs
- perf : precise event subscription
- fix : shrinking terminal f..ks up old logs
Expand All @@ -20,3 +19,4 @@
- spinner with no new thread through tokio task
- option : record
- option : debug mode
- light shell scripts for wrapper commands
Loading

0 comments on commit edaeca7

Please sign in to comment.