summary refs log tree commit diff
path: root/ripple/Cargo.toml
blob: ffc8527feee0b59e73083359925d802437a0203f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# SPDX-FileCopyrightText: V <v@unfathomable.blue>
# SPDX-License-Identifier: OSL-3.0

[package]
name = "ripple"
version = "0.1.0"
edition = "2018"

[dependencies]

[workspace]
members = ["fossil", "minitrace"]