lola 0.1.1

Lightning fast dependency management for Python 3.11
Documentation
1
2
3
4
5
6
use clap;

#[derive(clap::Parser, Debug)]
pub struct Cli {
    dependency: String,
}