Skip to content

Commit fecf545

Browse files
committed
Add vba-block
1 parent 43f197e commit fecf545

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
build
2+
13
# Ignore temporary Excel files
24
*/~$*
35

46
# Ignore scratch work and other files
57
_scratch
6-
.DS_Store
8+
.DS_Store

vba-block.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[package]
2+
name = "json"
3+
version = "2.2.3"
4+
authors = ["Tim Hall <tim.hall.engr@gmail.com> (https://github.com/timhall)"]
5+
6+
[src]
7+
JsonConverter = "JsonConverter.bas"
8+
9+
[dependencies]
10+
dictionary = "^1"

0 commit comments

Comments
 (0)