You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
346 B
TOML
15 lines
346 B
TOML
[package]
|
|
name = "lysenko-rs"
|
|
version = "0.1.0"
|
|
authors = ["Nick Thomas <me@ur.gs>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
log = "0.4.0"
|
|
env_logger = "0.6.1"
|
|
clap = "2.33"
|
|
# For local development
|
|
# irc-bot = { path = "/home/lupine/dev/code.ur.gs/lupine/irc-bot.rs" }
|
|
|
|
irc-bot = { git = "https://code.ur.gs/lupine/irc-bot.rs", branch = "for-lysenko" }
|