about summary refs log blame commit diff
path: root/corp/tvixbolt/Cargo.toml
blob: fc7cedfd5846e13f7b411552cf13e39c7a6878af (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                                                
                   
                 

                                      
 


                                  

                                                        
                                                

                        
                        
                        



                             
[package]
name = "tvixbolt"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
yew = "0.19.3"
yew-router = "0.16"
codemap = "0.1.3"
serde_urlencoded = "*" # pinned by yew
web-sys = "*" # pinned by yew

# needs to be in sync with nixpkgs
wasm-bindgen = "= 0.2.82"

[dependencies.rnix]
git = "https://github.com/nix-community/rnix-parser.git"
rev = "7d0d929c22ad27bdcc0779afe445b541d3ce9631"

[dependencies.tvix-eval]
path = "../../tvix/eval"
default-features = false

[dependencies.serde]
version = "*" # pinned by yew
features = [ "derive" ]