mirror of
https://github.com/qwjyh/xdbm
synced 2025-06-26 17:59:20 +09:00
update docs & Cargo.toml
This commit is contained in:
parent
0e8bd6b4c7
commit
f5fe3d6580
12 changed files with 50 additions and 32 deletions
|
@ -1,8 +1,8 @@
|
|||
mod cmd_init {
|
||||
use std::fs::DirBuilder;
|
||||
|
||||
use anyhow::{anyhow, Ok, Result};
|
||||
use assert_cmd::{assert::OutputAssertExt, cargo::CommandCargoExt, Command};
|
||||
use anyhow::{Ok, Result};
|
||||
use assert_cmd::{assert::OutputAssertExt, Command};
|
||||
use git2::Repository;
|
||||
use log::trace;
|
||||
use predicates::prelude::predicate;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue