File: Cargo.toml

package info (click to toggle)
rust-imap-codec 2.0.0~alpha5%2B20250307-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,716 kB
  • sloc: makefile: 2; sh: 1
file content (9 lines) | stat: -rw-r--r-- 151 bytes parent folder | download
1
2
3
4
5
6
7
8
9
[workspace]
resolver = "2"
members = [
    "imap-codec",
    "imap-codec/benchmark",
    "imap-codec/fuzz",
    "imap-types",
    "imap-types/fuzz",
]