Skip to content

Commit e15cc8a

Browse files
authored
add Project.toml, remove REQUIRE (#30)
1 parent 634ad06 commit e15cc8a

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Manifest.toml

Project.toml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name = "SMTPClient"
2+
uuid = "c35d69d1-b747-5018-a192-25bc5e63c83d"
3+
authors = ["Avik Sengupta <[email protected]>", "Iblis Lin <[email protected]>"]
4+
version = "0.3.0"
5+
6+
[deps]
7+
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
8+
LibCURL = "b27032c2-a3e7-50c8-80cd-2d36dbcbfd21"
9+
Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"
10+
11+
[extras]
12+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
13+
14+
[targets]
15+
test = ["Test"]

REQUIRE

-2
This file was deleted.

0 commit comments

Comments
 (0)