https://github.com/Wulf/dsync/blob/007ace83c139f67e1d85ed4829cf0b6953d121df/test/simple_table/models/todos/generated.rs#L3 dsync generates `use crate::diesel::*;`. But I think it actually should be `use diesel::*;`. `diesel` is an external crate, which is not declared from the root of a user's project.