Rename manager to df

This commit is contained in:
2021-04-06 20:34:38 +02:00
parent ecb50e1cf5
commit ed79573d14
2 changed files with 2 additions and 2 deletions

2
manager/Cargo.lock generated
View File

@ -115,7 +115,7 @@ dependencies = [
] ]
[[package]] [[package]]
name = "df_manager" name = "df"
version = "0.1.0" version = "0.1.0"
dependencies = [ dependencies = [
"async-recursion", "async-recursion",

View File

@ -1,5 +1,5 @@
[package] [package]
name = "df_manager" name = "df"
version = "0.1.0" version = "0.1.0"
authors = ["Joakim Hulthe <joakim@hulthe.net>"] authors = ["Joakim Hulthe <joakim@hulthe.net>"]
edition = "2018" edition = "2018"