diff --git a/dotenv_codegen/Cargo.toml b/dotenv_codegen/Cargo.toml index d4fa0cef..415362dc 100644 --- a/dotenv_codegen/Cargo.toml +++ b/dotenv_codegen/Cargo.toml @@ -17,7 +17,7 @@ authors = [ "Allan Zhang ", ] description = "A macro for compile time dotenv inspection" -readme = "README.md" +readme = true [lib] proc-macro = true diff --git a/dotenv_codegen/LICENSE b/dotenv_codegen/LICENSE deleted file mode 100644 index 11e157d4..00000000 --- a/dotenv_codegen/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -# The MIT License (MIT) - -Copyright (c) 2014 Santiago Lapresta and contributors - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. \ No newline at end of file diff --git a/dotenv_codegen/LICENSE b/dotenv_codegen/LICENSE new file mode 120000 index 00000000..ea5b6064 --- /dev/null +++ b/dotenv_codegen/LICENSE @@ -0,0 +1 @@ +../LICENSE \ No newline at end of file diff --git a/dotenvy/Cargo.toml b/dotenvy/Cargo.toml index 7fbcb9e6..c5a7c8cd 100644 --- a/dotenvy/Cargo.toml +++ b/dotenvy/Cargo.toml @@ -19,7 +19,7 @@ authors = [ "Allan Zhang ", ] description = "A well-maintained fork of the dotenv crate" -readme = "../README.md" +readme = true [[bin]] name = "dotenvy" diff --git a/dotenvy/LICENSE b/dotenvy/LICENSE deleted file mode 100644 index 11e157d4..00000000 --- a/dotenvy/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -# The MIT License (MIT) - -Copyright (c) 2014 Santiago Lapresta and contributors - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. \ No newline at end of file diff --git a/dotenvy/LICENSE b/dotenvy/LICENSE new file mode 120000 index 00000000..ea5b6064 --- /dev/null +++ b/dotenvy/LICENSE @@ -0,0 +1 @@ +../LICENSE \ No newline at end of file diff --git a/dotenvy/README.md b/dotenvy/README.md new file mode 120000 index 00000000..32d46ee8 --- /dev/null +++ b/dotenvy/README.md @@ -0,0 +1 @@ +../README.md \ No newline at end of file