mirror of
https://github.com/astro/deadnix.git
synced 2024-11-28 01:44:32 +03:00
17 lines
392 B
TOML
17 lines
392 B
TOML
[package]
|
|
name = "deadnix"
|
|
description = "Find unused code in Nix projects"
|
|
version = "0.1.3"
|
|
authors = ["Astro <astro@spaceboyz.net>"]
|
|
edition = "2021"
|
|
license = "GPL-3.0-or-later"
|
|
homepage = "https://github.com/astro/deadnix"
|
|
repository = "https://github.com/astro/deadnix.git"
|
|
documentation = "https://docs.rs/deadnix"
|
|
|
|
[dependencies]
|
|
rowan = "0.12"
|
|
rnix = "0.10"
|
|
clap = "3"
|
|
walkdir = "2"
|