summary refs log tree commit diff
path: root/ripple/Cargo.toml
blob: 5255ca8a3c4d48a4e05a729ac5bf0fa99fb12d33 (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"]