circe/Cargo.toml

19 lines
433 B
TOML
Raw Normal View History

2021-10-30 15:56:47 -05:00
[package]
authors = ["famfo", "karx"]
2021-11-04 11:45:54 -05:00
name = "circe"
version = "0.1.3"
2021-10-30 15:56:47 -05:00
edition = "2021"
2021-11-04 12:22:14 -05:00
license = "Unlicense"
description = "IRC crate in Rust"
repository = "https://git.karx.xyz/circe.git"
readme = "README.md"
exclude = ["src/main.rs", "config.toml"]
2021-10-30 15:56:47 -05:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
toml = "0.5"
serde_derive = "1.0"
serde = "1.0"
2021-11-10 10:56:32 -06:00
native-tls = "0.2"