We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b2cc34 + a1593a7 commit f1d845dCopy full SHA for f1d845d
.gitignore
@@ -1,3 +1,4 @@
1
*.jl.cov
2
*.jl.*.cov
3
*.jl.mem
4
+Manifest.toml
Project.toml
@@ -0,0 +1,17 @@
+name = "DBFTables"
+uuid = "75c7ada1-017a-5fb6-b8c7-2125ff2d6c93"
+version = "0.1.0"
+
5
+[deps]
6
+DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
7
+Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
8
9
+[compat]
10
+julia = "0.7, 1.0"
11
12
+[extras]
13
+Missings = "e1d29d7a-bbdc-5cf2-9ac0-f12de2c33e28"
14
+Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
15
16
+[targets]
17
+test = ["Missings", "Test"]
REQUIRE
0 commit comments