aboutsummaryrefslogtreecommitdiff
path: root/lix-doc/Cargo.toml
diff options
context:
space:
mode:
authorJade Lovelace <lix@jade.fyi>2024-08-11 19:18:56 -0700
committerQyriad <qyriad@qyriad.me>2024-08-20 13:38:46 -0600
commit736b5d5913e8421338018e734ffc3d42e8ce9427 (patch)
treedbd916c55a4705b78d005f526f0a3197dd6459c5 /lix-doc/Cargo.toml
parent95863b258bde3ec11d9688e35454e523571ac17d (diff)
lix-doc: move under src/
This is required to make more meson stuff easier/possible, and honestly it *is* now Lix sources anyhow. Change-Id: Ia6c38fabce9aa5c53768745ee38c5cf344f5c226
Diffstat (limited to 'lix-doc/Cargo.toml')
-rw-r--r--lix-doc/Cargo.toml20
1 files changed, 0 insertions, 20 deletions
diff --git a/lix-doc/Cargo.toml b/lix-doc/Cargo.toml
deleted file mode 100644
index 3f8ded0f7..000000000
--- a/lix-doc/Cargo.toml
+++ /dev/null
@@ -1,20 +0,0 @@
-[package]
-description = "Nix function documentation tool, stripped down into a library"
-edition = "2021"
-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.11.0"
-# Necessary because rnix fails to export a critical trait (Rowan's AstNode).
-rowan = "0.15.0"
-
-[dev-dependencies]
-expect-test = "1.1.0"