Unnamed repository; edit this file 'description' to name the repository.
1
2
3
extern crate foo;
extern crate foo as bar;
extern crate self as baz;