about summary refs log tree commit diff
path: root/tvix/serde/Cargo.toml
blob: fc5f08a2ddcdce6c810cf734bbfc3c5cfb15e98a (plain) (blame)
1
2
3
4
5
6
7
8
9
[package]
name = "tvix-serde"
version = "0.1.0"
edition = "2021"

[dependencies]
tvix-eval = { path = "../eval" }
serde = { workspace = true, features = ["derive"] }
bstr = { workspace = true, features = ["serde"] }