Skip to content

Conversation

@sandreae
Copy link
Member

No description provided.

tracing-subscriber = "0.3.19"
p2panda-core = "0.5.0"
p2panda-discovery = "0.5.0"
p2panda-net = "0.5.0"
Copy link
Member

@adzialocha adzialocha Jan 26, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You could select only the used features by disabling the defaults, this should give us less compile time and binary size

p2panda-discovery = "0.5.0"
p2panda-net = "0.5.0"
rand_chacha = "0.9.0"
serde = { version = "1.0.228", features = ["derive"] }
Copy link
Member

@adzialocha adzialocha Jan 26, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some dependencies might not be used anymore and can be removed

// Listen for `Ctrl+c` to terminate.
signal::ctrl_c().await?;

cleanup_handle.abort();
Copy link
Member

@adzialocha adzialocha Jan 26, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With the process shutting down, the task will be automatically aborted, I can't remember anymore why I've added it here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants