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