blob: 21dc54d1bf65e314cb37b91ceca86c1a56fecad0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[package]
description = "Nix documentation grepping tool"
edition = "2018"
name = "nix-doc"
version = "0.0.1"
license = "BSD-2-Clause OR MIT"
homepage = "https://github.com/lf-/nix-doc"
repository = "https://github.com/lf-/nix-doc"
[lib]
crate_type = ["staticlib"]
[dependencies]
rnix = "0.8.0"
[dev-dependencies]
expect-test = "1.1.0"
|