titrate-std 0.0.1

Placeholder for the Titrate standard library.
1
2
3
4
5
6
7
8
9
10
11
12
[package]

name = "titrate-std"

version = "0.0.1"

edition = "2021"

description = "Placeholder for the Titrate standard library."

license = "Apache-2.0"

repository = "https://github.com/richie-rich90454/titrate"

authors = ["richie-rich90454 <richard@richardsblogs.com>"]



[[bin]]

name = "titrate-std"

path = "src/main.rs"