added importing from csv
This commit is contained in:
parent
79f1065868
commit
780e37f565
2 changed files with 4 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -4,3 +4,6 @@
|
|||
[submodule "3rdparty/singleapplication"]
|
||||
path = 3rdparty/singleapplication
|
||||
url = https://github.com/itay-grudev/SingleApplication.git
|
||||
[submodule "3rdparty/csv-parser"]
|
||||
path = 3rdparty/csv-parser
|
||||
url = https://github.com/vincentlaucsb/csv-parser.git
|
||||
|
|
1
3rdparty/csv-parser
vendored
Submodule
1
3rdparty/csv-parser
vendored
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit dab0416d838b560ac7cd7090a32081d0a1e1c919
|
Loading…
Reference in a new issue