nanobot/Cargo.toml
Aadi Desai 155cafc53e
Initial commit
Basic Rust repo, using `serenity-rs/poise`
2023-09-09 21:54:17 +01:00

14 lines
375 B
TOML

[package]
name = "nanobot"
version = "0.1.0"
edition = "2021"
description = "Discord bot to authenticate and de-anonymise users"
homepage = "https://github.com/supleed2/nanobot"
repository = "https://github.com/supleed2/nanobot"
license = "ISC"
publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]