26 lines
759 B
TOML
26 lines
759 B
TOML
[package]
|
|
name = "post_maker"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
description = "Post Maker helps you to make post for instagram and other social madia apps easily"
|
|
authors = ["Piyush Raj <piyush.raj.kit@gmail.com>"]
|
|
license = "GPL-3.0-only"
|
|
readme = "README.md"
|
|
repository = "https://github.com/PiyushXCoder/post_maker"
|
|
keywords = ["posts", "instagram", "facebook", "twitter"]
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
clap = { version = "3.0", features = ["derive"] }
|
|
log = "0.4"
|
|
simplelog = "0.11"
|
|
fltk = "1.2"
|
|
fltk-theme = "0.4"
|
|
image = "0.23"
|
|
imageproc = "0.22"
|
|
rusttype = "0.9"
|
|
serde_json = "1.0"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
lazy_static = "1.4"
|
|
dirs = "4.0.0"
|