๐Ÿ“ฆ pathwaycom / pathway

๐Ÿ“„ Cargo.toml ยท 11 lines
1
2
3
4
5
6
7
8
9
10
11[package]
name = "timely_container"
version = "0.12.0"
edition = "2018"
description = "Container abstractions for Timely"
license = "MIT"

[dependencies]
columnation = { git = "https://github.com/frankmcsherry/columnation", optional = true }
serde = { version = "1.0"}