about summary refs log tree commit diff
path: root/corp/tvixbolt/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'corp/tvixbolt/Cargo.toml')
-rw-r--r--corp/tvixbolt/Cargo.toml26
1 files changed, 0 insertions, 26 deletions
diff --git a/corp/tvixbolt/Cargo.toml b/corp/tvixbolt/Cargo.toml
deleted file mode 100644
index ce5ffb90e3..0000000000
--- a/corp/tvixbolt/Cargo.toml
+++ /dev/null
@@ -1,26 +0,0 @@
-[package]
-name = "tvixbolt"
-version = "0.1.0"
-edition = "2021"
-
-[dependencies]
-yew = "0.19.3"
-yew-router = "0.16"
-codemap = "0.1.3"
-serde_urlencoded = "*" # pinned by yew
-rnix = "0.11.0"
-
-# needs to be in sync with nixpkgs
-wasm-bindgen = "= 0.2.91"
-
-[dependencies.tvix-eval]
-path = "../../tvix/eval"
-default-features = false
-
-[dependencies.serde]
-version = "*" # pinned by yew
-features = [ "derive" ]
-
-[dependencies.web-sys]
-version = "*" # pinned by yew
-features = [ "HtmlDetailsElement" ]