deadnix/Cargo.toml

15 lines
367 B
TOML
Raw Normal View History

2021-12-06 02:04:52 +03:00
[package]
name = "deadnix"
description = "Find unused code in Nix projects"
version = "0.1.0"
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"