mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-05 11:06:05 +01:00
put module api in api.rs like before instead of api/mod.rs
This is needed since some builds do not remove old files and then cargo doesn't know which one to use. (for example GitHub-Actions)
This commit is contained in:
@@ -20,7 +20,7 @@ make:
|
||||
- source: ../Cargo.toml
|
||||
- source: lib.rs
|
||||
output_dir: src
|
||||
- source: api/mod.rs
|
||||
- source: api.rs
|
||||
output_dir: src
|
||||
- source: api/utilities.rs
|
||||
output_dir: src
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
<%namespace name="lib" file="../lib/lib.mako"/>\
|
||||
<%namespace name="util" file="../../../lib/util.mako"/>\
|
||||
<%namespace name="rbuild" file="../lib/rbuild.mako"/>\
|
||||
<%namespace name="mbuild" file="../lib/mbuild.mako"/>\
|
||||
<%namespace name="schema" file="../lib/schema.mako"/>\
|
||||
<%namespace name="lib" file="lib/lib.mako"/>\
|
||||
<%namespace name="util" file="../../lib/util.mako"/>\
|
||||
<%namespace name="rbuild" file="lib/rbuild.mako"/>\
|
||||
<%namespace name="mbuild" file="lib/mbuild.mako"/>\
|
||||
<%namespace name="schema" file="lib/schema.mako"/>\
|
||||
<%
|
||||
from generator.lib.util import (new_context, hub_type, hub_type_params_s)
|
||||
|
||||
Reference in New Issue
Block a user