mirror of
https://github.com/simonask/libyaml-safer
synced 2024-11-26 13:20:24 +00:00
Move generated lib.rs into src dir
This commit is contained in:
parent
8b2643c35e
commit
928f57a55b
2 changed files with 0 additions and 3 deletions
|
@ -11,7 +11,6 @@ autobins = false
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
name = "c2rust_out"
|
name = "c2rust_out"
|
||||||
path = "lib.rs"
|
|
||||||
crate-type = ["staticlib", "rlib"]
|
crate-type = ["staticlib", "rlib"]
|
||||||
[dependencies]
|
[dependencies]
|
||||||
libc= "0.2"
|
libc= "0.2"
|
||||||
|
|
|
@ -8,7 +8,6 @@
|
||||||
#![feature(extern_types)]
|
#![feature(extern_types)]
|
||||||
#![feature(label_break_value)]
|
#![feature(label_break_value)]
|
||||||
|
|
||||||
pub mod src {
|
|
||||||
pub mod api;
|
pub mod api;
|
||||||
pub mod dumper;
|
pub mod dumper;
|
||||||
pub mod emitter;
|
pub mod emitter;
|
||||||
|
@ -17,4 +16,3 @@ pub mod parser;
|
||||||
pub mod reader;
|
pub mod reader;
|
||||||
pub mod scanner;
|
pub mod scanner;
|
||||||
pub mod writer;
|
pub mod writer;
|
||||||
} // mod src
|
|
Loading…
Reference in a new issue