resolving licenses
This commit is contained in:
parent
037cc53742
commit
25324daf74
3 changed files with 6086 additions and 1 deletions
|
@ -11,6 +11,8 @@ keywords = ["database", "sql", "ui"]
|
||||||
categories = ["database", "database-implementations", "text-editors"]
|
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."
|
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]
|
[dependencies]
|
||||||
sqlx = { version = "0.6.2", features = ["runtime-tokio-native-tls", "mysql"] }
|
sqlx = { version = "0.6.2", features = ["runtime-tokio-native-tls", "mysql"] }
|
||||||
tokio = { version = "1.25.0", features = ["full"] }
|
tokio = { version = "1.25.0", features = ["full"] }
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
accepted = [
|
accepted = [
|
||||||
|
"CC-BY-SA-4.0",
|
||||||
"MIT",
|
"MIT",
|
||||||
"Apache-2.0 WITH LLVM-exception",
|
"Apache-2.0 WITH LLVM-exception",
|
||||||
"Apache-2.0",
|
"Apache-2.0",
|
||||||
|
|
6082
license.html
Normal file
6082
license.html
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue