uv-workspace 0.0.44

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, ProjectDiscovery, ProjectWorkspace,
    RequiresPythonSources, VirtualProject, Workspace, WorkspaceCache, WorkspaceError,
    WorkspaceMember,
};

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