added symlink for nim protos

This commit is contained in:
Jazz Turner-Baggs 2025-07-03 08:33:04 -07:00
parent 63dbac27b2
commit b9a2fc8c6e
No known key found for this signature in database
2 changed files with 4 additions and 2 deletions

1
nim/proto Symbolic link
View File

@ -0,0 +1 @@
../proto/umbra

View File

@ -1,9 +1,10 @@
import protobuf_serialization
import protobuf_serialization/proto_parser
import_proto3 "../../proto/umbra/base.proto"
import_proto3 "../proto/base.proto"
export protobuf_serialization
# TODO: Do the Objects have to be listed manually?
export HistoryEntry
export HistoryEntry