using System.Diagnostics.CodeAnalysis; using Lamar; using Pulsar.Features; using Pulsar.Features.Cargo; using Pulsar.Features.ModulesInfo; using Pulsar.Features.Journal; namespace Pulsar; [DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicConstructors)] public class PulsarServiceRegistry : ServiceRegistry { public PulsarServiceRegistry() { For().Use(); For().Use(); For().Use(); For().Use(); For().Use(); } }