tangled
alpha
login
or
join now
ptr.pet
/
Allegedly
forked from
microcosm.blue/Allegedly
0
fork
atom
Server tools to backfill, tail, mirror, and verify PLC logs
0
fork
atom
overview
issues
pulls
pipelines
bump for docs fix
bad-example.com
4 months ago
0a986b17
8f6f51bd
+2
-2
2 changed files
expand all
collapse all
unified
split
Cargo.lock
Cargo.toml
+1
-1
Cargo.lock
···
28
28
29
29
[[package]]
30
30
name = "allegedly"
31
31
-
version = "0.3.1"
31
31
+
version = "0.3.2"
32
32
dependencies = [
33
33
"anyhow",
34
34
"async-compression",
+1
-1
Cargo.toml
···
2
2
name = "allegedly"
3
3
description = "public ledger server tools and services (for the PLC)"
4
4
license = "MIT OR Apache-2.0"
5
5
-
version = "0.3.1"
5
5
+
version = "0.3.2"
6
6
edition = "2024"
7
7
default-run = "allegedly"
8
8