Merge pull request #5 from barrettruth/feat/fp
feat: github name rename
This commit is contained in:
commit
60ed33012d
2 changed files with 5 additions and 5 deletions
|
|
@ -11,7 +11,7 @@ edition = "2018"
|
||||||
rust-version = "1.66"
|
rust-version = "1.66"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
description = "A diff library for Rust (fork of similar)"
|
description = "A diff library for Rust (fork of similar)"
|
||||||
repository = "https://github.com/barrett-ruth/likewise"
|
repository = "https://github.com/barrettruth/likewise"
|
||||||
keywords = ["diff", "difference", "patience", "compare", "changes"]
|
keywords = ["diff", "difference", "patience", "compare", "changes"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
exclude = ["assets/*"]
|
exclude = ["assets/*"]
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
> This crate is a fork of [similar](https://github.com/mitsuhiko/similar) library, which, as of 11/9/25, is rather inactive.
|
> This crate is a fork of [similar](https://github.com/mitsuhiko/similar) library, which, as of 11/9/25, is rather inactive.
|
||||||
|
|
||||||
[](https://crates.io/crates/likewise)
|
[](https://crates.io/crates/likewise)
|
||||||
[](https://github.com/barrett-ruth/likewise/blob/main/LICENSE)
|
[](https://github.com/barrett-ruth/likewise/blob/main/LICENSE)
|
||||||
[](https://img.shields.io/badge/rust-1.65%2B-orange.svg)
|
[](https://img.shields.io/badge/rust-1.65%2B-orange.svg)
|
||||||
[](https://docs.rs/likewise)
|
[](https://docs.rs/likewise)
|
||||||
|
|
||||||
|
|
@ -58,6 +58,6 @@ fn main() {
|
||||||
## License and Links
|
## License and Links
|
||||||
|
|
||||||
* [Documentation](https://docs.rs/likewise/)
|
* [Documentation](https://docs.rs/likewise/)
|
||||||
* [Issue Tracker](https://github.com/barrett-ruth/likewise/issues)
|
* [Issue Tracker](https://github.com/barrettruth/likewise/issues)
|
||||||
* [Examples](https://github.com/barrett-ruth/likewise/tree/main/examples)
|
* [Examples](https://github.com/barrettruth/likewise/tree/main/examples)
|
||||||
* License: [Apache-2.0](https://github.com/barrett-ruth/likewise/blob/main/LICENSE)
|
* License: [Apache-2.0](https://github.com/barrettruth/likewise/blob/main/LICENSE)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue