Skip to content

Commit

Permalink
prepare publish
Browse files Browse the repository at this point in the history
  • Loading branch information
beckend committed Sep 22, 2023
1 parent 7de862a commit 8968e4d
Showing 1 changed file with 17 additions and 6 deletions.
23 changes: 17 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,34 @@
name = 'email-validate'
version = '0.1.0'
edition = '2021'
keywords = ["email", "validation", "validate", "bounce", "free"]
categories = ["email", "validation"]
keywords = ['email', 'validation', 'validate', 'bounce', 'free']
categories = ['email', 'validation']
exclude = [
'docs/*',
'.cargo/*',
'.github/*',
'.vscode/*',
'.clippy.toml',
'.rustfmt.toml',
'.tool-versions',
'Makefile.toml',
]


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

[dependencies]
anyhow = '1.0.75'
check-if-email-exists = '0.9.0'
clap = { version = '4.4.4', features = ['derive', 'unicode', 'wrap_help'] }
coarsetime = "0.1.27"
coarsetime = '0.1.27'
colored = '2.0.4'
cowstr = { version = '1.2.0', features = ['serde'] }
crossterm = { version = "0.27.0", features = ["event-stream"] }
dashmap = { version = "5.5.3", features = ["serde"] }
crossterm = { version = '0.27.0', features = ['event-stream'] }
dashmap = { version = '5.5.3', features = ['serde'] }
dirs = '5.0.1'
futures = { version = '0.3.28', features = ['thread-pool'] }
humantime = "2.1.0"
humantime = '2.1.0'
kanal = '0.1.0-pre8'
minstant = '0.1.3'
once_cell = '1.18.0'
Expand Down

0 comments on commit 8968e4d

Please sign in to comment.