forked from lix-project/lix
jade
0145d45806
package.nix previously needed this callPackage'd externally, which
didn't make a lot of sense to us since this is an internal dependency.
Thus we changed it to make it more self contained.
Change-Id: I4935bc0bc80e1a132bc9b1519e917791da95037c
19 lines
388 B
TOML
19 lines
388 B
TOML
[package]
|
|
description = "Nix function documentation tool, stripped down into a library"
|
|
edition = "2018"
|
|
name = "lix-doc"
|
|
version = "0.0.1"
|
|
license = "BSD-2-Clause OR MIT"
|
|
# upstream details
|
|
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"
|