summary refs log tree commit diff
path: root/ripple/Cargo.toml
blob: 27c40d22a2e0152a9026ed9aabd353936ffbce48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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"]

[profile.release]
debug = true