mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 10:58:28 +00:00
Update README
This commit is contained in:
parent
28721cf5fc
commit
f395c9c98c
5 changed files with 36 additions and 1 deletions
|
@ -12,6 +12,7 @@ use puffin_resolve::resolve;
|
|||
|
||||
use crate::commands::ExitStatus;
|
||||
|
||||
/// Resolve a set of requirements into a set of pinned versions.
|
||||
pub(crate) async fn compile(src: &Path, cache: Option<&Path>) -> Result<ExitStatus> {
|
||||
// Read the `requirements.txt` from disk.
|
||||
let requirements_txt = std::fs::read_to_string(src)?;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue