diff --git a/Cargo.toml b/Cargo.toml index 18daacb..e7d59fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,12 @@ 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 "] +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] diff --git a/README.md b/README.md new file mode 100644 index 0000000..8df3a92 --- /dev/null +++ b/README.md @@ -0,0 +1,27 @@ +# Post Maker + +

+ actix-web-grants +

+ +> Post Maker helps you to make post for instagram and other social madia apps easily + +## Compiling + +### Build Dependencies + +* Rust Compiler +* Cargo + +### Installing rust + +You can follow rust official guide to install rust compiler and cargo [Here](https://www.rust-lang.org/tools/install). + +### Compiling + +* Clone the Post Maker +* Open terminal inside the post_maker directory +* Run `cargo build --release` +* Copy `/post_maker/target/release/post_maker` to where ever you keep you binaries + +Note: If you are using linux its always a good idea to keep binaries in `~/.local/bin` and add `~/.local/bin` in you [$PATH](https://www.redhat.com/sysadmin/linux-environment-variableshttps:/). diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..0afacb7 Binary files /dev/null and b/screenshot.png differ