uv-workspace 0.0.58

This is an internal component crate of uv
Documentation
1
2
3
4
5
6
7
8
9
10
pub use workspace::{
    DiscoveryOptions, Editability, MemberDiscovery, ProjectEnvironmentSelection, ProjectWorkspace,
    RequiresPythonSources, VirtualProject, Workspace, WorkspaceCache, WorkspaceError,
    WorkspaceErrorKind, WorkspaceMember,
};

pub mod dependency_groups;
pub mod pyproject;
pub mod pyproject_mut;
mod workspace;