Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
whatisaphone committed Oct 15, 2022
1 parent 77440e5 commit 65d93d6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,15 @@

[package]
name = "inside-baseball"
version = "0.0.0"
version = "0.1.0"
authors = ["John Simon <[email protected]>"]
edition = "2021"
publish = false
repository = "https://github.com/whatisaphone/inside-baseball"
license = "AGPL-3.0"
description = "Modding tools for Backyard Baseball 2001"
categories = ["command-line-utilities", "compilers", "game-engines"]
keywords = ["backyard-baseball", "scumm", "sputm"]
include = ["README.md", "Cargo.toml", "Cargo.lock", "src/**/*.rs"]

[features]
strict = []
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![warn(clippy::pedantic)]
#![warn(clippy::pedantic, clippy::cargo)]
#![allow(
clippy::match_on_vec_items,
clippy::match_wildcard_for_single_variants,
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![warn(clippy::pedantic)]
#![warn(clippy::pedantic, clippy::cargo)]
#![allow(
clippy::match_on_vec_items,
clippy::match_wildcard_for_single_variants,
Expand Down

0 comments on commit 65d93d6

Please sign in to comment.