package packet
// Metadata struct is the absolute minimum of metadata
type Metadata struct {
Name string
Revision int
}