-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
28 lines (25 loc) · 810 Bytes
/
Project.toml
File metadata and controls
28 lines (25 loc) · 810 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
name = "Nbdev"
uuid = "d6ab3a89-b2a3-4279-9123-91d1be4d1a9a"
license = "MIT"
authors = ["Satyabrata pal"]
version = "0.1.0"
[deps]
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
Pluto = "c3e4b0f8-55cb-11ea-2926-15256bba5781"
PlutoTest = "cb4044da-4d16-4ffa-a6a3-8cad7f73ebdc"
PlutoUI = "7f904dfe-b85e-4ff6-b463-dae2292396a8"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"
[compat]
OrderedCollections = "1.4.1"
Pluto = "~0.18.4"
PlutoTest = "~0.2.0"
PlutoUI = "~0.7.19"
ProgressMeter = "~1.7.1"
YAML = "0.4.7"
julia = "^1.6"
[settings]
github_url = "https://github.com/sapal6/Nbdev.jl"