don't
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(knot): remove unused import

Signed-off-by: tjh <x@tjh.dev>

tjh dc68c94a ea80e65e

-1
-1
crates/knot/src/cli.rs
··· 1 1 use clap::Parser; 2 - use core::fmt; 3 2 use identity::{Did, ResolveError, Resolver}; 4 3 use std::{env, path::PathBuf, str::FromStr}; 5 4