@@ -45,6 +45,46 @@ exclude = [
4545]
4646
4747[workspace .dependencies ]
48+ fluence-libp2p = { path = " crates/libp2p" }
49+ ctrlc-adapter = { path = " crates/ctrlc-adapter" }
50+ control-macro = { path = " crates/control-macro" }
51+ waiting-queues = { path = " crates/waiting-queues" }
52+ local-vm = { path = " crates/local-vm" }
53+ uuid-utils = { path = " crates/uuid-utils" }
54+ test-utils = { path = " crates/test-utils" }
55+ fs-utils = { path = " crates/fs-utils" }
56+ log-utils = { path = " crates/log-utils" }
57+ config-utils = { path = " crates/config-utils" }
58+ service-modules = { path = " crates/service-modules" }
59+ ivalue-utils = { path = " crates/ivalue-utils" }
60+ particle-args = { path = " crates/particle-args" }
61+ json-utils = { path = " crates/json-utils" }
62+ server-config = { path = " crates/server-config" }
63+ kademlia = { path = " crates/kademlia" }
64+ async-unlock = { path = " crates/async-unlock" }
65+ now-millis = { path = " crates/now-millis" }
66+ toml-utils = { path = " crates/toml-utils" }
67+ air-interpreter-fs = { path = " crates/air-interpreter-fs" }
68+ builtins-deployer = { path = " crates/builtins-deployer" }
69+ created-swarm = { path = " crates/created-swarm" }
70+ toy-vms = { path = " crates/toy-vms" }
71+ connected-client = { path = " crates/connected-client" }
72+ test-constants = { path = " crates/test-constants" }
73+ peer-metrics = { path = " crates/peer-metrics" }
74+ spell-event-bus = { path = " crates/spell-event-bus" }
75+ sorcerer = { path = " sorcerer" }
76+ builtins = { path = " particle-node/tests/builtins" }
77+ particle-node = { path = " particle-node" }
78+ aquamarine = { path = " aquamarine" }
79+ particle-protocol = { path = " particle-protocol" }
80+ particle-services = { path = " particle-services" }
81+ particle-builtins = { path = " particle-builtins" }
82+ particle-modules = { path = " particle-modules" }
83+ connection-pool = { path = " connection-pool" }
84+ script-storage = { path = " script-storage" }
85+ spell-storage = { path = " spell-storage" }
86+ particle-execution = { path = " particle-execution" }
87+
4888fluence-spell-dtos = " 0.1.4"
4989fluence-spell-distro = " 0.3.0"
5090fluence-app-service = " 0.23.0"
0 commit comments