summary refs log tree commit diff stats
path: root/Cargo.toml
blob: 92ff3ba146e89b37e6327c8224e3eef50c0991f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "iosonism"
version = "0.1.0"
authors = ["SoniEx2 <endermoneymod@gmail.com>"]
license = "MIT"
description = "An advanced command parser"
edition = "2021"
repository = "https://soniex2.autistic.space/git-repos/iosonism.git"
readme = "README.md"
publish = false # for now

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]