alpha 0.0.0

Pre-release package for the alpha prediction-market intelligence command-line interface.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "alpha"
version = "0.0.0"
edition = "2024"
description = "Pre-release package for the alpha prediction-market intelligence command-line interface."
license = "AGPL-3.0-only"
repository = "https://github.com/Cubeyond/alpha"
readme = false
include = ["src/lib.rs"]

[lib]
path = "src/lib.rs"
doc = false
doctest = false
test = false
bench = false