Skip to content

Commit 01b86e4

Browse files
committed
Add Project.toml
1 parent 57362da commit 01b86e4

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

Project.toml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name = "StrFormat"
2+
desc = "Extension for StrLiterals, adds support for C/Python/type-driven formatting"
3+
authors = ["ScottPJones <scottjones@alum.mit.edu>"]
4+
keywords = ["Strings", "Literals", "printf", "Format"]
5+
license = "MIT"
6+
uuid = "a5a47323-cf2a-443b-a747-99a2b29c4966"
7+
8+
[deps]
9+
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
10+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
11+
Unicode = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
12+
13+
ModuleInterfaceTools = "5cb8414e-7aab-5a03-a681-351269c074bf"
14+
Format = "1fa38f19-a742-5d3f-a2b9-30dd87b9d5f8" # 9wb580eyjv4k3iej
15+
StrLiterals = "68059f60-971f-57ff-a2d0-18e7de9ccc84"
16+
17+

0 commit comments

Comments
 (0)