Skip to content

Commit

Permalink
Add package info
Browse files Browse the repository at this point in the history
  • Loading branch information
VaheDanielyan committed Jan 6, 2024
1 parent b2f29ca commit 56a58a3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 8 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
[package]
name = "dirdiff"
name = "dircmp"
version = "0.3.0"
edition = "2021"
authors = ["Vahe Danielyan <[email protected]>"]
license = "MIT"
repository = "https://github.com/VaheDanielyan/dircmp/"
categories = ["command-line-interface", "command-line-utilities"]
keywords = ["diff", "compare", "cli", "input", "terminal"]
readme = "README.md"
exclude = ["target", "Cargo.lock", "/.github"]

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

Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use std::path::PathBuf;

use atty::Stream;
use glob::Pattern;
use std::fs::{File};
use std::fs::File;
use std::io::{BufReader, Read};
mod dirdiff;

Expand Down

0 comments on commit 56a58a3

Please sign in to comment.