Skip to content

Commit

Permalink
chore: add license
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanccn committed Oct 16, 2023
1 parent fe8d165 commit e289331
Show file tree
Hide file tree
Showing 2 changed files with 670 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,21 @@ name = "valfisk"
version = "0.1.0"
edition = "2021"

license = "AGPL-3.0-only"
authors = ["Ryan Cao <hello@ryanccn.dev>"]


[dependencies]
anyhow = "1.0.75"
dotenvy = "0.15.7"
once_cell = "1.18.0"
owo-colors = { version = "3.5.0", features = ["supports-colors"] }
poise = { git = "https://github.com/serenity-rs/poise.git", branch = "serenity-next", version = "0.5.5" }
reqwest = { version = "0.11.22", default-features = false, features = ["rustls-tls", "json", "brotli"] }
reqwest = { version = "0.11.22", default-features = false, features = [
"rustls-tls",
"json",
"brotli",
] }
serde = { version = "1.0.189", features = ["derive"] }
tokio = { version = "1.33.0", features = ["full"] }

Expand Down
Loading

0 comments on commit e289331

Please sign in to comment.