Skip to content

Commit ec655a7

Browse files
committed
fill in the cargo.toml file
1 parent aeda33d commit ec655a7

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
[package]
22
name = "probability_cli"
3-
version = "0.1.0"
3+
author = "Ben Greenberg"
4+
description = "A command line interface for probability calculations using Bayesian probability"
5+
repository = "https://github.com/bencgreenberg/probability-cli"
6+
license = "MIT"
7+
license-file = "LICENSE"
8+
keyword = "probability, bayesian, cli"
9+
readme = "README.md"
10+
version = "0.0.1"
411
edition = "2021"
512

613
[dependencies]

0 commit comments

Comments
 (0)