Skip to content

Commit 1e57028

Browse files
committed
fix: missing license
1 parent 32d28e6 commit 1e57028

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,4 @@ For detailed information on all available analyzers and their functionality, ple
116116

117117
## License
118118

119-
This library is licensed under the MIT License. See the [LICENSE](LICENSE.md) file for details.
119+
This library is licensed under the MIT License. See the [LICENSE](LICENSE.md) file for details.

0 commit comments

Comments
 (0)