2024-03-18 00:01:05 +00:00
|
|
|
[package]
|
2024-04-07 23:16:21 +00:00
|
|
|
description = "Nix function documentation tool, stripped down into a library"
|
2024-03-18 00:01:05 +00:00
|
|
|
edition = "2018"
|
2024-04-07 23:16:21 +00:00
|
|
|
name = "lix-doc"
|
2024-03-18 00:01:05 +00:00
|
|
|
version = "0.0.1"
|
|
|
|
license = "BSD-2-Clause OR MIT"
|
2024-04-07 23:16:21 +00:00
|
|
|
# upstream details
|
2024-03-18 00:01:05 +00:00
|
|
|
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"
|