-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
74 lines (68 loc) · 1.72 KB
/
Cargo.toml
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
[package]
name = "module_macro_codegen"
version = "0.1.5"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
proc-macro2 = "1.0.51"
quote = "1.0"
syn = {version = "1.0", features = ["full"]}
derive-syn-parse = "0.1.5"
lazy_static = "1.4.0"
serde = "1.0.137"
base64 = "0.21.0"
executors = "0.9.0"
rand = "0.8.5"
toml = "0.7.3"
[build-dependencies]
lazy_static = "1.4.0"
executors = "0.9.0"
toml = "0.7.3"
[dependencies.knockoff_security]
path ="../knockoff_security"
version = "0.1.5"
registry = "estuary"
[dependencies.knockoff_logging]
path ="../knockoff_logging"
version = "0.1.5"
registry = "estuary"
[dependencies.web_framework_shared]
path ="../web_framework_shared"
version = "0.1.5"
registry = "estuary"
[dependencies.spring_knockoff_boot_macro]
path ="../spring_knockoff_boot_macro"
version = "0.1.5"
registry = "estuary"
[dependencies.codegen_utils]
path ="../codegen_utils"
version = "0.1.5"
registry = "estuary"
[dependencies.factories_codegen]
path ="../factories_codegen"
version = "0.1.5"
registry = "estuary"
[build-dependencies.knockoff_logging]
path ="../knockoff_logging"
version = "0.1.5"
registry = "estuary"
[build-dependencies.spring_knockoff_boot_macro]
path ="../spring_knockoff_boot_macro"
version = "0.1.5"
registry = "estuary"
[build-dependencies.knockoff_security]
path ="../knockoff_security"
version = "0.1.5"
registry = "estuary"
[build-dependencies.web_framework_shared]
path ="../web_framework_shared"
version = "0.1.5"
registry = "estuary"
[build-dependencies.codegen_utils]
path ="../codegen_utils"
version = "0.1.5"
registry = "estuary"
[build-dependencies.factories_codegen]
path ="../factories_codegen"
version = "0.1.5"
registry = "estuary"