7 lines
246 B
Rust
7 lines
246 B
Rust
|
|
// Placeholder main.rs for Rust implementation
|
||
|
|
// This will be implemented in the future
|
||
|
|
|
||
|
|
fn main() {
|
||
|
|
println!("mail2couch Rust implementation - Coming Soon!");
|
||
|
|
println!("See the Go implementation in ../go/ for current functionality.");
|
||
|
|
}
|