-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathProject.toml
More file actions
23 lines (21 loc) · 761 Bytes
/
Project.toml
File metadata and controls
23 lines (21 loc) · 761 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
name = "BytePairEncoding"
uuid = "a4280ba5-8788-555a-8ca8-4a8c3d966a71"
authors = ["chengchingwen <adgjl5645@hotmail.com>"]
version = "0.5.2"
[deps]
Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
DoubleArrayTries = "abbaa0e5-f788-499c-92af-c35ff4258c82"
LRUCache = "8ac3fa9e-de4c-5943-b1dc-09c6b5f20637"
LazyArtifacts = "4af54fe1-eca0-43a8-85a7-787d91b784e3"
StructWalk = "31cdf514-beb7-4750-89db-dda9d2eb8d3d"
TextEncodeBase = "f92c20c0-9f2a-4705-8116-881385faba05"
Unicode = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
[compat]
DataStructures = "0.18"
DoubleArrayTries = "0.1.1"
LRUCache = "1.6"
StructWalk = "0.2"
TextEncodeBase = "0.8.3"
julia = "1.6"