Skip to content

Commit

Permalink
Added ::= Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmatthes authored Jan 10, 2024
1 parent d179cc8 commit 1f85c5d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[package]
authors = ["Kevin Matthes <[email protected]>"]
categories = ["algorithms", "filesystem"]
description = "A set of input / output utilities for the Aeruginous Open Source Development Toolbox."
edition = "2021"
homepage = "https://github.com/kevinmatthes/aeruginous-io"
include = ["/src"]
keywords = ["aeruginous", "io"]
license = "GPL-3.0"
name = "aeruginous-io"
readme = "README.md"
repository = "https://github.com/kevinmatthes/aeruginous-io"
rust-version = "1.75.0"
version = "0.0.0"

0 comments on commit 1f85c5d

Please sign in to comment.