mirror of
https://github.com/callumio/nish.git
synced 2025-12-16 19:19:20 +00:00
11 lines
266 B
TOML
11 lines
266 B
TOML
[package]
|
|
name = "nish"
|
|
description = "Jump into flake-based nix shells with ease"
|
|
version = "0.1.1"
|
|
edition = "2021"
|
|
license = "MIT"
|
|
|
|
[dependencies]
|
|
clap = { version = "4.5.17", features = ["derive"] }
|
|
runix = "0.1.1"
|
|
tokio = { version = "1", features = ["full"] }
|