1// This is free and unencumbered software released into the public domain. 2 3pub use pyproject_toml::{Contact, License}; 4 5pub type PyprojectToml = pyproject_toml::PyProjectToml;