Skip to content

Commit

Permalink
Add Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottPJones committed Aug 9, 2018
1 parent 57362da commit 01b86e4
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name = "StrFormat"
desc = "Extension for StrLiterals, adds support for C/Python/type-driven formatting"
authors = ["ScottPJones <scottjones@alum.mit.edu>"]
keywords = ["Strings", "Literals", "printf", "Format"]
license = "MIT"
uuid = "a5a47323-cf2a-443b-a747-99a2b29c4966"

[deps]
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Unicode = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"

ModuleInterfaceTools = "5cb8414e-7aab-5a03-a681-351269c074bf"
Format = "1fa38f19-a742-5d3f-a2b9-30dd87b9d5f8" # 9wb580eyjv4k3iej
StrLiterals = "68059f60-971f-57ff-a2d0-18e7de9ccc84"


0 comments on commit 01b86e4

Please sign in to comment.