Skip to content

Commit 396854a

Browse files
committed
fix: missing license
1 parent 5734fd4 commit 396854a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "rusty-schema-diff"
33
description = "A powerful schema evolution analyzer supporting JSON Schema, OpenAPI, Protobuf, and SQL DDL"
4-
license-file = "LICENSE.md"
4+
license-file = "LICENSE"
55
documentation = "https://rusty-libraries.github.io/rusty-schema-diff/"
66
readme = "README.md"
77
homepage = "https://github.com/rusty-libraries/rusty-schema-diff"

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<<<<<<< HEAD
21
# Rusty Schema Diff
32

43
![Crates.io](https://img.shields.io/crates/v/rusty-schema-diff) ![docs.rs](https://img.shields.io/docsrs/rusty-schema-diff) ![License](https://img.shields.io/crates/l/rusty-schema-diff)
@@ -120,5 +119,4 @@ For detailed information on all available analyzers and their functionality, ple
120119
This library is licensed under the MIT License. See the [LICENSE](LICENSE.md) file for details.
121120
=======
122121
# rusty-schema-diff
123-
A powerful schema evolution analyzer supporting JSON Schema, OpenAPI, Protobuf, and SQL DDL
124-
>>>>>>> d990a6dfd9918ad05da42c56bb8a36f1a2079904
122+
A powerful schema evolution analyzer supporting JSON Schema, OpenAPI, Protobuf, and SQL DDL

0 commit comments

Comments
 (0)