blob: b6025e803fde66df62b51976d94c5d0d28581634 (
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 = "2021"
[dependencies]
[workspace]
members = ["fossil", "minitrace"]
|