resolving licenses

This commit is contained in:
Djkato 2023-06-05 16:07:52 +02:00
parent 037cc53742
commit 25324daf74
3 changed files with 6086 additions and 1 deletions

View file

@ -11,6 +11,8 @@ keywords = ["database", "sql", "ui"]
categories = ["database", "database-implementations", "text-editors"]
description = "An assistant tool to easily map a CSV spreadsheets' collumns to a database tables' fields. Great for mass uploading products from a manufacturer provided catalog to an e-shop."
exclude = ["*.sh", "*.sql", "*.csv"]
[dependencies]
sqlx = { version = "0.6.2", features = ["runtime-tokio-native-tls", "mysql"] }
tokio = { version = "1.25.0", features = ["full"] }

View file

@ -1,4 +1,5 @@
accepted = [
"CC-BY-SA-4.0",
"MIT",
"Apache-2.0 WITH LLVM-exception",
"Apache-2.0",
@ -13,4 +14,4 @@ accepted = [
"Unicode-DFS-2016",
]
ignore-dev-dependencies = true
private = { ignore = true }
private = { ignore = true }

6082
license.html Normal file

File diff suppressed because it is too large Load diff